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 | 炒菩梃 | 111000000111010110010101111011001001111010001100 | e07595ec9e8c |
EUC-JP | 炒菩梃 | 110111111101011011001010111011101101101111101100 | dfd6caeedbec |
UTF-8 | 炒菩梃 | 111001111000001010010010111010001000111110101001111001101010001010000011 | e78292e88fa9e6a283 |
UHC | 炒菩? | 1111010110100100110111001100110000111111 | f5a4dccc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)