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 | 湫輊閔 | 100111111101010111100111011010001110100001111011 | 9fd5e768e87b |
EUC-JP | 湫輊閔 | 110111101101011111101101110010011110111111011100 | ded7edc9efdc |
UTF-8 | 湫輊閔 | 111001101011100110101011111010001011110010001010111010011001011010010100 | e6b9abe8bc8ae99694 |
UHC | 湫?閔 | 1111010111010011001111111101101011001010 | f5d33fdaca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)