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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曰??? | 1001111001001000001111110011111100111111 | 9e483f3f3f |
EUC-JP | 曰??? | 1101101110101001001111110011111100111111 | dba93f3f3f |
UTF-8 | 曰멪쐾秊 | 111001101001101110110000111010111010100110101010111011001001000010111110111011111010011010010101 | e69bb0eba9aaec90beefa695 |
UHC | 曰멪쐾秊 | 1110100011011000100100010101010110011100100111101110011011011100 | e8d891559c9ee6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)