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 | 翁?瀞??? | 1000100110100101001111111001001111010010001111110011111100111111 | 89a53f93d23f3f3f |
EUC-JP | 翁?瀞??? | 1011001010100111001111111100011011010100001111110011111100111111 | b2a73fc6d43f3f3f |
UTF-8 | 翁렫瀞펩렖렕 | 111001111011111110000001111010111010000010101011111001111000000010011110111011011000111010101001111010111010000010010110111010111010000010010101 | e7bf81eba0abe7809eed8ea9eba096eba095 |
UHC | 翁렫瀞펩렖렕 | 111010001011101010001110101110011110111111100111110001101110100110001110101010111000111010101010 | e8ba8eb9efe7c6e98eab8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)