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