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 | 瓠?瓠? | 111000010100000000111111111000010100000000111111 | e1403fe1403f |
EUC-JP | 瓠?瓠? | 111000011010000100111111111000011010000100111111 | e1a13fe1a13f |
UTF-8 | 瓠렟瓠렟 | 111001111001001110100000111010111010000010011111111001111001001110100000111010111010000010011111 | e793a0eba09fe793a0eba09f |
UHC | 瓠렟瓠렟 | 1111101111010010100011101011000011111011110100101000111010110000 | fbd28eb0fbd28eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)