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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 缸?弔蒡k | 1110001110011101001111111001001010100010111001001110111001101011 | e39d3f92a2e4ee6b |
EUC-JP | 缸?弔蒡k | 1110010111111101001111111100010010100100111010001111000001101011 | e5fd3fc4a4e8f06b |
UTF-8 | 缸렯弔蒡k | 11100111101111001011100011101011101000001010111111100101101111001001010011101000100100101010000101101011 | e7bcb8eba0afe5bc94e892a16b |
UHC | 缸렯弔蒡k | 111110011111110010001110101111001111000011000000110110111011110001101011 | f9fc8ebcf0c0dbbc6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)