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 | 葹蓚獵葹 | 1110010011011111111001001110100111100000110110001110010011011111 | e4dfe4e9e0d8e4df |
EUC-JP | 葹蓚獵葹 | 1110100011100001111010001110101111100000110110101110100011100001 | e8e1e8ebe0dae8e1 |
UTF-8 | 葹蓚獵葹 | 111010001001000110111001111010001001001110011010111001111000110110110101111010001001000110111001 | e891b9e8939ae78db5e891b9 |
UHC | ?蓚獵? | 001111111110001010111110110101101011010000111111 | 3fe2bed6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)