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 | 罩臥侃 | 111000111010101110001001111001111000101010100100 | e3ab89e78aa4 |
EUC-JP | 罩臥侃 | 111001101010110110110010111010011011010010100110 | e6adb2e9b4a6 |
UTF-8 | 罩臥侃 | 111001111011110110101001111010001000011110100101111001001011111010000011 | e7bda9e887a5e4be83 |
UHC | ?臥侃 | 0011111111101000110000101100101011001001 | 3fe8c2cac9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)