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 | 羹峨散 | 111000111011101110001001111000111000111001010101 | e3bb89e38e55 |
EUC-JP | 羹峨散 | 111001101011110110110010111001011011101110110110 | e6bdb2e5bbb6 |
UTF-8 | 羹峨散 | 111001111011111010111001111001011011001110101000111001101001010110100011 | e7beb9e5b3a8e695a3 |
UHC | 羹峨散 | 110010111101100011100100101100011101111110100100 | cbd8e4b1dfa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)