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 | 筝剛弦 | 111000101011011010001101100001001000110010110111 | e2b68d848cb7 |
EUC-JP | 筝剛弦 | 111001001011100010111001111001001011100010111001 | e4b8b9e4b8b9 |
UTF-8 | 筝剛弦 | 111001111010110110011101111001011000100110011011111001011011110010100110 | e7ad9de5899be5bca6 |
UHC | ?剛弦 | 0011111111001011101001111111101011010111 | 3fcba7fad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)