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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??序?◆B | 0011111100111111100011111001100000111111100000011001111101000010 | 3f3f8f983f819f42 |
EUC-JP | ??序?◆B | 0011111100111111101111011111100000111111101000101010000101000010 | 3f3fbdf83fa2a142 |
UTF-8 | 룫立序◈◆B | 11101011101000111010101111101111101001111011011111100101101110101000111111100010100101111000100011100010100101111000011001000010 | eba3abefa7b7e5ba8fe29788e2978642 |
UHC | 룫立序◈◆B | 1000111110100010111011011010000111011111111011011010001011000010101000011101111101000010 | 8fa2eda1dfeda2c2a1df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)