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 | 隴冗聞 | 111010001010110110001111111001111001010110110111 | e8ad8fe795b7 |
EUC-JP | 隴冗聞 | 111100001010111110111110111010011100101010111001 | f0afbee9cab9 |
UTF-8 | 隴冗聞 | 111010011001101010110100111001011000011010010111111010001000000110011110 | e99ab4e58697e8819e |
UHC | ?冗聞 | 0011111111101001101101111101101010100100 | 3fe9b7daa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)