To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 솜약렦솽렯롙 | 111011001000011010011100111011001001010110111101111010111010000010100110111011001000011010111101111010111010000010101111111010111010000110011001 | ec869cec95bdeba0a6ec86bdeba0afeba199 |
UHC | 솜약렦솽렯롙 | 101111001101100010111110111000001000111010110101101111001110000110001110101111001000111011011101 | bcd8bee08eb5bce18ebc8edd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)