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 | オ蠏蘓 | 1011010111100101101101011110010101011110 | b5e5b5e55e |
EUC-JP | オ蠏蘓 | 100011101011010111101010101101111110100110111111 | 8eb5eab7e9bf |
UTF-8 | オ蠏蘓 | 111011111011110110110101111010001010000010001111111010001001100010010011 | efbdb5e8a08fe89893 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)