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 | ÅåP | 100101111100010110011011100010101110010101010000 | 97c59b8ae550 |
SJIS-WIN | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
EUC-JP | ?Å??åP | 00111111100011111010101010101001001111110011111110001111101010111010100101010000 | 3f8faaa93f3f8faba950 |
UTF-8 | ÅåP | 1100001010010111110000111000010111000010100110111100001010001010110000111010010101010000 | c297c385c29bc28ac3a550 |
UHC | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)