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 | ýÉ¡ñ£½^ | 11111101110010011010000111110001101000111011110101011110 | fdc9a1f1a3bd5e |
SJIS-WIN | ????£?^ | 0011111100111111001111110011111110000001100100100011111101011110 | 3f3f3f3f81923f5e |
EUC-JP | ýÉ¡ñ£?^ | 10001111101010111111001010001111101010101011000110001111101000101100001010001111101010111101000010100001111100100011111101011110 | 8fabf28faab18fa2c28fabd0a1f23f5e |
UTF-8 | ýÉ¡ñ£½^ | 11000011101111011100001110001001110000101010000111000011101100011100001010100011110000101011110101011110 | c3bdc389c2a1c3b1c2a3c2bd5e |
UHC | ??¡??½^ | 001111110011111110100010101011100011111100111111101010001111011001011110 | 3f3fa2ae3f3fa8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)