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 | 鬨育巨 | 111010011010100010001000111001111000101110010000 | e9a888e78b90 |
EUC-JP | 鬨育巨 | 111100101010101010110000111010011011010111110000 | f2aab0e9b5f0 |
UTF-8 | 鬨育巨 | 111010011010110010101000111010001000001010110010111001011011011110101000 | e9aca8e882b2e5b7a8 |
UHC | ?育巨 | 0011111111101011110000001100101111011101 | 3febc0cbdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)