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 | Ó©Ó¹n@h | 11010011101010011101001110111001011011100100000001101000 | d3a9d3b96e4068 |
SJIS-WIN | ????n@h | 00111111001111110011111100111111011011100100000001101000 | 3f3f3f3f6e4068 |
EUC-JP | Ó©Ó?n@h | 10001111101010101101000110001111101000101110110110001111101010101101000100111111011011100100000001101000 | 8faad18fa2ed8faad13f6e4068 |
UTF-8 | Ó©Ó¹n@h | 1100001110010011110000101010100111000011100100111100001010111001011011100100000001101000 | c393c2a9c393c2b96e4068 |
UHC | ???¹n@h | 0011111100111111001111111010100111110110011011100100000001101000 | 3f3f3fa9f66e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)