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 | ???愈 | 0011111100111111001111111001011011111010 | 3f3f3f96fa |
EUC-JP | ???愈 | 0011111100111111001111111100110011111100 | 3f3f3fccfc |
UTF-8 | 戮용썺愈 | 111011111010011110010010111011001001101010101001111011001000110110111010111001101000010010001000 | efa792ec9aa9ec8dbae68488 |
UHC | 戮용썺愈 | 1110101110111101101111111110101110011011101001101110101011101111 | ebbdbfeb9ba6eaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)