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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 烝?汀?遠 | 1110000001111110001111111001001011110011001111111000100110010011 | e07e3f92f33f8993 |
EUC-JP | 烝?汀?遠 | 1101111111011111001111111100010011110101001111111011000111110011 | dfdf3fc4f53fb1f3 |
UTF-8 | 烝렫汀렡遠 | 111001111000001110011101111010111010000010101011111001101011000110000000111010111010000010100001111010011000000110100000 | e7839deba0abe6b180eba0a1e981a0 |
UHC | 烝렫汀렡遠 | 11110001111101101000111010111001111011111110001010001110101100101110101011000000 | f1f68eb9efe28eb2eac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)