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 | 焄爾燁 | 111110110101010010001110101000101111101101011001 | fb548ea2fb59 |
EUC-JP | 焄爾燁 | 1000111111001001111000111011110010100100100011111100101010110011 | 8fc9e3bca48fcab3 |
UTF-8 | 焄爾燁 | 111001111000010010000100111001111000100010111110111001111000011110000001 | e78484e788bee78781 |
UHC | 焄爾燁 | 111111011011011011101100101100111110011110100111 | fdb6ecb3e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)