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 | ÀÀ^ | 100100011001011110001111110000001001000110010111100011111100000001011110 | 91978fc091978fc05e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ???À???À^ | 00111111001111110011111110001111101010101010001000111111001111110011111110001111101010101010001001011110 | 3f3f3f8faaa23f3f3f8faaa25e |
UTF-8 | ÀÀ^ | 1100001010010001110000101001011111000010100011111100001110000000110000101001000111000010100101111100001010001111110000111000000001011110 | c291c297c28fc380c291c297c28fc3805e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)