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 | 帝???少 | 10010010111010010011111100111111001111111000111110101101 | 92e93f3f3f8fad |
EUC-JP | 帝???少 | 11000100111010110011111100111111001111111011111010101111 | c4eb3f3f3fbeaf |
UTF-8 | 帝㏘캘뤊少 | 111001011011100010011101111000111000111110011000111011001011101010011000111010111010010010001010111001011011000010010001 | e5b89de38f98ecba98eba48ae5b091 |
UHC | 帝㏘캘뤊少 | 11110000101010001010001011100100110001001011011010001111101110101110000110110100 | f0a8a2e4c4b68fbae1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)