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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鸚??弱 | 111010100101111100111111001111111000111011100011 | ea5f3f3f8ee3 |
EUC-JP | 鸚??弱 | 111100111100000000111111001111111011110011100101 | f3c03f3fbce5 |
UTF-8 | 鸚김썔弱 | 111010011011100010011010111010101011100110000000111011001000110110010100111001011011110010110001 | e9b89aeab980ec8d94e5bcb1 |
UHC | 鸚김썔弱 | 1110010110100100101100011110100010011011100001111110010110110000 | e5a4b1e89b87e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)