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 | 茯井刊 | 111001001010100010001000111001001000101010100111 | e4a888e48aa7 |
EUC-JP | 茯井刊 | 111010001010101010110000111001101011010010101001 | e8aab0e6b4a9 |
UTF-8 | 茯井刊 | 111010001000110010101111111001001011101010010101111001011000100010001010 | e88cafe4ba95e5888a |
UHC | 茯井刊 | 110111001101101011101111110011001100101011001010 | dcdaefcccaca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)