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 | 臟遁?? | 111001000110011010010011110110010011111100111111 | e46693d93f3f |
EUC-JP | 臟遁?? | 111001111100011111000110110110110011111100111111 | e7c7c6db3f3f |
UTF-8 | 臟遁렑렔 | 111010001000011110011111111010011000000110000001111010111010000010010001111010111010000010010100 | e8879fe98181eba091eba094 |
UHC | 臟遁렑렔 | 1110110111110100110101001110110110001110101001101000111010101001 | edf4d4ed8ea68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)