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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臆??臆?? | 1000100110110000001111110011111110001001101100000011111100111111 | 89b03f3f89b03f3f |
EUC-JP | 臆??臆?? | 1011001010110010001111110011111110110010101100100011111100111111 | b2b23f3fb2b23f3f |
UTF-8 | 臆먩닇臆먩닇 | 111010001000011110000110111010111010100010101001111010111000101110000111111010001000011110000110111010111010100010101001111010111000101110000111 | e88786eba8a9eb8b87e88786eba8a9eb8b87 |
UHC | 臆먩닇臆먩닇 | 111001011110011010010000111001101000100010010000111001011110011010010000111001101000100010010000 | e5e690e68890e5e690e68890 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)