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 | Àã¼ÉB | 1000111011000000100011111110001110111100100011101100100101000010 | 8ec08fe3bc8ec942 |
SJIS-WIN | ???????B | 0011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f42 |
EUC-JP | ?À?ã??ÉB | 0011111110001111101010101010001000111111100011111010101110101010001111110011111110001111101010101011000101000010 | 3f8faaa23f8fabaa3f3f8faab142 |
UTF-8 | Àã¼ÉB | 110000101000111011000011100000001100001010001111110000111010001111000010101111001100001010001110110000111000100101000010 | c28ec380c28fc3a3c2bcc28ec38942 |
UHC | ????¼??B | 001111110011111100111111001111111010100011111001001111110011111101000010 | 3f3f3f3fa8f93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)