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 | 魄情い | 111010011010111010001111111011101000001010100010 | e9ae8fee82a2 |
EUC-JP | 魄情い | 111100101011000010111110111100001010010010100100 | f2b0bef0a4a4 |
UTF-8 | 魄情い | 111010011010110110000100111001101000001110000101111000111000000110000100 | e9ad84e68385e38184 |
UHC | 魄情い | 110110111101111011101111110101111010101010100100 | dbdeefd7aaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)