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 | ???Dk | 0011111100111111001111110100010001101011 | 3f3f3f446b |
SJIS-WIN | ???Dk | 0011111100111111001111110100010001101011 | 3f3f3f446b |
EUC-JP | ???Dk | 0011111100111111001111110100010001101011 | 3f3f3f446b |
UTF-8 | 혫쨉혧Dk | 1110110110011000101010111110110010101000100010011110110110011000101001110100010001101011 | ed98abeca889ed98a7446b |
UHC | 혫쨉혧Dk | 1100001010010011110000101011010111000010100011110100010001101011 | c293c2b5c28f446b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)