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 | 顋抱岫 | 111010001111100110010101111110001001101110101011 | e8f995f89bab |
EUC-JP | 顋抱岫 | 111100001111101111001010111110101101011010101101 | f0fbcafad6ad |
UTF-8 | 顋抱岫 | 111010011010000110001011111001101000101010110001111001011011001010101011 | e9a18be68ab1e5b2ab |
UHC | ?抱岫 | 0011111111111000110110011110000111111011 | 3ff8d9e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)