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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 洩洩其 | 100010010110101110001001011010111001000110110100 | 896b896b91b4 |
EUC-JP | 洩洩其 | 101100011100110010110001110011001100001010110110 | b1ccb1ccc2b6 |
UTF-8 | 洩洩其 | 111001101011010010101001111001101011010010101001111001011000010110110110 | e6b4a9e6b4a9e585b6 |
UHC | 洩洩其 | 111000001101110111100000110111011101000011101100 | e0dde0ddd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)