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 | ?夭?埃? | 00111111100110101110111000111111100110101011101000111111 | 3f9aee3f9aba3f |
EUC-JP | ?夭?埃? | 00111111110101001111000000111111110101001011110000111111 | 3fd4f03fd4bc3f |
UTF-8 | 뤵夭툘埃렟 | 111010111010010010110101111001011010010010101101111011011000100010011000111001011001111110000011111010111010000010011111 | eba4b5e5a4aded8898e59f83eba09f |
UHC | 뤵夭툘埃렟 | 10001111111000111110100011101100101110001000111111100100111011111000111010110000 | 8fe3e8ecb88fe4ef8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)