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 | 鏑肆刀俎 | 1001001101001100111000111110011010010011100000011001100011010111 | 934ce3e6938198d7 |
EUC-JP | 鏑肆刀俎 | 1100010110101101111001101110100011000101111000011101000011011001 | c5ade6e8c5e1d0d9 |
UTF-8 | 鏑肆刀俎 | 111010011000111110010001111010001000001010000110111001011000100010000000111001001011111110001110 | e98f91e88286e58880e4bf8e |
UHC | 鏑肆刀俎 | 1110111011101011110111101110101111010011111011111111000010111011 | eeebdeebd3eff0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)