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 | 帳ε? | 1001001010100000100000111100001100111111 | 92a083c33f |
EUC-JP | 帳ε? | 1100010010100010101001101100010100111111 | c4a2a6c53f |
UTF-8 | 帳ε윿 | 1110010110111000101100111100111010110101111011001001110010111111 | e5b8b3ceb5ec9cbf |
UHC | 帳ε윿 | 111011011110001110100101111001011001111110110111 | ede3a5e59fb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)