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 | 顔誰? | 1000101011100111100100100100111000111111 | 8ae7924e3f |
EUC-JP | 顔誰? | 1011010011101001110000111010111100111111 | b4e9c3af3f |
UTF-8 | 顔誰솝 | 111010011010000110010100111010001010101010110000111011001000011010011101 | e9a194e8aab0ec869d |
UHC | 顔誰솝 | 111001001101010011100010110000011011110011011001 | e4d4e2c1bcd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)