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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茫件蒐蔗 | 1110010010101001100011001000111110001111010011101110010011110010 | e4a98c8f8f4ee4f2 |
EUC-JP | 茫件蒐蔗 | 1110100010101011101101111110111110111101101011111110100011110100 | e8abb7efbdafe8f4 |
UTF-8 | 茫件蒐蔗 | 111010001000110010101011111001001011101110110110111010001001001010010000111010001001010010010111 | e88cabe4bbb6e89290e89497 |
UHC | 茫件蒐蔗 | 1101100011010100110010111110110011100010101111011110110110111101 | d8d4cbece2bdedbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)