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 | 焄爾淏 | 111110110101010010001110101000101111101101000010 | fb548ea2fb42 |
EUC-JP | 焄爾淏 | 1000111111001001111000111011110010100100100011111100011111011001 | 8fc9e3bca48fc7d9 |
UTF-8 | 焄爾淏 | 111001111000010010000100111001111000100010111110111001101011011110001111 | e78484e788bee6b78f |
UHC | 焄爾淏 | 111111011011011011101100101100111111101111001000 | fdb6ecb3fbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)