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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闇λ?鎰? | 1000100011000101100000111100100100111111111010000100110000111111 | 88c583c93fe84c3f |
EUC-JP | 闇λ?鎰? | 1011000011000111101001101100101100111111111011111010110100111111 | b0c7a6cb3fefad3f |
UTF-8 | 闇λ틺鎰쌑 | 1110100110010111100001111100111010111011111011011000101110111010111010011000111010110000111011001000110010010001 | e99787cebbed8bbae98eb0ec8c91 |
UHC | 闇λ틺鎰쌑 | 11100100111000011010010111101011101110101010000011101100111100001001101101000010 | e4e1a5ebbaa0ecf09b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)