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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 駭?E駭?EB | 111010010110111000111111010001011110100101101110001111110100010101000010 | e96e3f45e96e3f4542 |
EUC-JP | 駭?E駭?EB | 111100011100111100111111010001011111000111001111001111110100010101000010 | f1cf3f45f1cf3f4542 |
UTF-8 | 駭틆E駭틆EB | 111010011010011110101101111011011000101110000110010001011110100110100111101011011110110110001011100001100100010101000010 | e9a7aded8b8645e9a7aded8b864542 |
UHC | 駭틆E駭틆EB | 1111101010110100101110100111001001000101111110101011010010111010011100100100010101000010 | fab4ba7245fab4ba724542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)