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 | 缸?? | 11100011100111010011111100111111 | e39d3f3f |
EUC-JP | 缸?? | 11100101111111010011111100111111 | e5fd3f3f |
UTF-8 | 缸잭駱 | 111001111011110010111000111011001001111010101101111011111010010010011010 | e7bcb8ec9eadefa49a |
UHC | 缸잭駱 | 111110011111110011000000111010001101000111101001 | f9fcc0e8d1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)