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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋺題冠 | 111001111111101010010001111010001000101010100101 | e7fa91e88aa5 |
EUC-JP | 鋺題冠 | 111011101111110011000010111010101011010010100111 | eefcc2eab4a7 |
UTF-8 | 鋺題冠 | 111010011000101110111010111010011010000110001100111001011000011010100000 | e98bbae9a18ce586a0 |
UHC | ?題冠 | 0011111111110000101110011100111010101110 | 3ff0b9ceae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)