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 | ·¿ÙÂ | 10110111101111111101100111000010 | b7bfd9c2 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?¿ÙÂ | 00111111100011111010001011000100100011111010101011100011100011111010101010100100 | 3f8fa2c48faae38faaa4 |
UTF-8 | ·¿ÙÂ | 1100001010110111110000101011111111000011100110011100001110000010 | c2b7c2bfc399c382 |
UHC | ·¿?? | 101000011010010010100010101011110011111100111111 | a1a4a2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)