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 | 厭??俑? | 10001001011111010011111100111111100110001101101000111111 | 897d3f3f98da3f |
EUC-JP | 厭??俑? | 10110001110111100011111100111111110100001101110000111111 | b1de3f3fd0dc3f |
UTF-8 | 厭붻넑俑늆 | 111001011000111010101101111010111011011010111011111010111000010010010001111001001011111110010001111010111000101010000110 | e58eadebb6bbeb8491e4bf91eb8a86 |
UHC | 厭붻넑俑늆 | 11100110111101001001010011101000100001101001110011101001101101011000100001010011 | e6f494e8869ce9b58853 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)