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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 案???^ | 100010001100010000111111001111110011111101011110 | 88c43f3f3f5e |
EUC-JP | 案???^ | 101100001100011000111111001111110011111101011110 | b0c63f3f3f5e |
UTF-8 | 案소솩소^ | 11100110101000011000100011101100100001101000110011101100100001101010100111101100100001101000110001011110 | e6a188ec868cec86a9ec868c5e |
UHC | 案소솩소^ | 111001001101000010111100110100101011110011011110101111001101001001011110 | e4d0bcd2bcdebcd25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)