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 | 鉧レ邏ュ葢 | 1111101111001011110110101110011110110100101011011110010011100010 | fbcbdae7b4ade4e2 |
EUC-JP | 鉧レ邏ュ葢 | 1000111111100011111010011000111011011010111011101011011010001110101011011110100011100100 | 8fe3e98edaeeb68eade8e4 |
UTF-8 | 鉧レ邏ュ葢 | 111010011000100110100111111011111011111010011010111010011000001010001111111011111011110110101101111010001001000110100010 | e989a7efbe9ae9828fefbdade891a2 |
UHC | ??邏?? | 001111110011111111010101101001000011111100111111 | 3f3fd5a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)