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 | ?????灑 | 00111111001111110011111100111111001111111110000001110010 | 3f3f3f3f3fe072 |
EUC-JP | ?????灑 | 00111111001111110011111100111111001111111101111111010011 | 3f3f3f3f3fdfd3 |
UTF-8 | 씜렢렯렭씔灑 | 111011001001010010011100111010111010000010100010111010111010000010101111111010111010000010101101111011001001010010010100111001111000000110010001 | ec949ceba0a2eba0afeba0adec9494e78191 |
UHC | 씜렢렯렭씔灑 | 101111101011110110001110101100111000111010111100100011101011101010111110101111001110000111101110 | bebd8eb38ebc8ebabebce1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)