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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 黍O?? | 1000101101101111010011110011111100111111 | 8b6f4f3f3f |
EUC-JP | 黍O?瑄 | 10110101110100000100111100111111100011111100110010111001 | b5d04f3f8fccb9 |
UTF-8 | 黍O蟬瑄 | 11101001101110111000110101001111111010001001111110101100111001111001000110000100 | e9bb8d4fe89face79184 |
UHC | 黍O蟬瑄 | 11100000101010000100111111100000110100011110000011000101 | e0a84fe0d1e0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)