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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 厭??俑?? | 1000100101111101001111110011111110011000110110100011111100111111 | 897d3f3f98da3f3f |
EUC-JP | 厭??俑?? | 1011000111011110001111110011111111010000110111000011111100111111 | b1de3f3fd0dc3f3f |
UTF-8 | 厭붻넑俑덄렮 | 111001011000111010101101111010111011011010111011111010111000010010010001111001001011111110010001111010111000110110000100111010111010000010101110 | e58eadebb6bbeb8491e4bf91eb8d84eba0ae |
UHC | 厭붻넑俑덄렮 | 111001101111010010010100111010001000011010011100111010011011010110001000111001111000111010111011 | e6f494e8869ce9b588e78ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)