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 | ??序?◆ | 00111111001111111000111110011000001111111000000110011111 | 3f3f8f983f819f |
EUC-JP | ??序?◆ | 00111111001111111011110111111000001111111010001010100001 | 3f3fbdf83fa2a1 |
UTF-8 | 룫立序◈◆ | 111010111010001110101011111011111010011110110111111001011011101010001111111000101001011110001000111000101001011110000110 | eba3abefa7b7e5ba8fe29788e29786 |
UHC | 룫立序◈◆ | 10001111101000101110110110100001110111111110110110100010110000101010000111011111 | 8fa2eda1dfeda2c2a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)