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 | 雲?じ?歪 | 1000100101011111001111111000001010110110001111111001100001100011 | 895f3f82b63f9863 |
EUC-JP | 雲?じ?歪 | 1011000111000000001111111010010010111000001111111100111111000100 | b1c03fa4b83fcfc4 |
UTF-8 | 雲랑じ렡歪 | 111010011001101110110010111010111001111010010001111000111000000110011000111010111010000010100001111001101010110110101010 | e99bb2eb9e91e38198eba0a1e6adaa |
UHC | 雲랑じ렡歪 | 11101010101000111011011011111011101010101011100010001110101100101110100011100000 | eaa3b6fbaab88eb2e8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)