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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??夭?? | 001111110011111110011010111011100011111100111111 | 3f3f9aee3f3f |
EUC-JP | ??夭?? | 001111110011111111010100111100000011111100111111 | 3f3fd4f03f3f |
UTF-8 | 쐛숰夭쐛了 | 111011001001000010011011111011001000100010110000111001011010010010101101111011001001000010011011111011111010011010111010 | ec909bec88b0e5a4adec909befa6ba |
UHC | 쐛숰夭쐛了 | 10011100100000011001101001001000111010001110110010011100100000011110100011100111 | 9c819a48e8ec9c81e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)