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 | ?????S?L | 0011111100111111001111110011111100111111010100110011111101001100 | 3f3f3f3f3f533f4c |
SJIS-WIN | ?????S?L | 0011111100111111001111110011111100111111010100110011111101001100 | 3f3f3f3f3f533f4c |
EUC-JP | ?????S?L | 0011111100111111001111110011111100111111010100110011111101001100 | 3f3f3f3f3f533f4c |
UTF-8 | 혨체혣혧혧S책L | 1110110110011000101010001110110010110010101101001110110110011000101000111110110110011000101001111110110110011000101001110101001111101100101100011000010101001100 | ed98a8ecb2b4ed98a3ed98a7ed98a753ecb1854c |
UHC | 혨체혣혧혧S책L | 1100001010010000110000111011110011000010100011001100001010001111110000101000111101010011110000111010010101001100 | c290c3bcc28cc28fc28f53c3a54c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)