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 | 鏑肆刀窪 | 1001001101001100111000111110011010010011100000011000110001000101 | 934ce3e693818c45 |
EUC-JP | 鏑肆刀窪 | 1100010110101101111001101110100011000101111000011011011110100110 | c5ade6e8c5e1b7a6 |
UTF-8 | 鏑肆刀窪 | 111010011000111110010001111010001000001010000110111001011000100010000000111001111010101010101010 | e98f91e88286e58880e7aaaa |
UHC | 鏑肆刀窪 | 1110111011101011110111101110101111010011111011111110100011000001 | eeebdeebd3efe8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)