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 | 鉀術肆 | 111110111100010110001111011100001110001111100110 | fbc58f70e3e6 |
EUC-JP | 鉀術肆 | 10001111111000111101100010111101110100011110011011101000 | 8fe3d8bdd1e6e8 |
UTF-8 | 鉀術肆 | 111010011000100110000000111010001010000110010011111010001000001010000110 | e98980e8a193e88286 |
UHC | 鉀術肆 | 110010111010010111100010111110101101111011101011 | cba5e2fadeeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)