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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 禹絅?? | 111000100101101011100011010001000011111100111111 | e25ae3443f3f |
EUC-JP | 禹絅?? | 111000111011101111100101101001010011111100111111 | e3bbe5a53f3f |
UTF-8 | 禹絅렫렊 | 111001111010011010111001111001111011010110000101111010111010000010101011111010111010000010001010 | e7a6b9e7b585eba0abeba08a |
UHC | 禹絅렫렊 | 1110100111100000110011001110011110001110101110011000111010100001 | e9e0cce78eb98ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)