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 | ª³ªÀGB | 1000111110101010101100111000111110101010110000000100011101000010 | 8faab38faac04742 |
SJIS-WIN | ??????GB | 0011111100111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f3f4742 |
EUC-JP | ?ª??ªÀGB | 0011111110001111101000101110110000111111001111111000111110100010111011001000111110101010101000100100011101000010 | 3f8fa2ec3f3f8fa2ec8faaa24742 |
UTF-8 | ª³ªÀGB | 1100001010001111110000101010101011000010101100111100001010001111110000101010101011000011100000000100011101000010 | c28fc2aac2b3c28fc2aac3804742 |
UHC | ?ª³?ª?GB | 0011111110101000101000111010100111111000001111111010100010100011001111110100011101000010 | 3fa8a3a9f83fa8a33f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)