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 | 鉀悉肆 | 111110111100010110001110101110111110001111100110 | fbc58ebbe3e6 |
EUC-JP | 鉀悉肆 | 10001111111000111101100010111100101111011110011011101000 | 8fe3d8bcbde6e8 |
UTF-8 | 鉀悉肆 | 111010011000100110000000111001101000001010001001111010001000001010000110 | e98980e68289e88286 |
UHC | 鉀悉肆 | 110010111010010111100011111110101101111011101011 | cba5e3fadeeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)