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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?夭橈 | 0011111110011010111011101001111011110100 | 3f9aee9ef4 |
EUC-JP | ?夭橈 | 0011111111010100111100001101110011110110 | 3fd4f0dcf6 |
UTF-8 | 쐛夭橈 | 111011001001000010011011111001011010010010101101111001101010100110001000 | ec909be5a4ade6a988 |
UHC | 쐛夭橈 | 100111001000000111101000111011001110100011111010 | 9c81e8ece8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)