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 | ??G? | 00111111001111110100011100111111 | 3f3f473f |
SJIS-WIN | 拗?G趾 | 100111010101100000111111010001111110011011100100 | 9d583f47e6e4 |
EUC-JP | 拗?G趾 | 110110011011100100111111010001111110110011100110 | d9b93f47ece6 |
UTF-8 | 拗렭G趾 | 11100110100010111001011111101011101000001010110101000111111010001011011010111110 | e68b97eba0ad47e8b6be |
UHC | 拗렭G趾 | 11101000111100111000111010111010010001111111001010111111 | e8f38eba47f2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)