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 | ??稟龕 | 001111110011111111100010011001111110101010011100 | 3f3fe267ea9c |
EUC-JP | ??稟龕 | 001111110011111111100011110010001111001111111100 | 3f3fe3c8f3fc |
UTF-8 | 룴접稟龕 | 111010111010001110110100111011001010000010010001111001111010100010011111111010011011111010010101 | eba3b4eca091e7a89fe9be95 |
UHC | 룴접稟龕 | 1000111110101001110000011010001011111001101000101100101011111110 | 8fa9c1a2f9a2cafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)