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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 也e?節?? | 100101101110011110000010100001010011111110010000110111110011111100111111 | 96e782853f90df3f3f |
EUC-JP | 也e?節?? | 110011001110100110100011111001010011111111000000111000010011111100111111 | cce9a3e53fc0e13f3f |
UTF-8 | 也e쨧節곈윯 | 111001001011100110011111111011111011110110000101111011001010100010100111111001111010111110000000111010101011001110001000111011001001110010101111 | e4b99fefbd85eca8a7e7af80eab388ec9caf |
UHC | 也e쨧節곈윯 | 111001011010010110100011111001011010010010000010111011111011110110110000111010011001111110101110 | e5a5a3e5a482efbdb0e99fae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)