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 | 谷狸族棚村 | 10010010010010101001001001001011100100011011000010010010010010011001000110111010 | 924a924b91b0924991ba |
EUC-JP | 谷狸族棚村 | 11000011101010111100001110101100110000101011001011000011101010101100001010111100 | c3abc3acc2b2c3aac2bc |
UTF-8 | 谷狸族棚村 | 111010001011000010110111111001111000101110111000111001101001011110001111111001101010001110011010111001101001110110010001 | e8b0b7e78bb8e6978fe6a39ae69d91 |
UHC | 谷狸族棚村 | 11001101110110111101011111100001111100001110100111011101110111001111010110111101 | cddbd7e1f0e9dddcf5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)