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 | 辱??楹 | 100100000100101000111111001111111001111010110001 | 904a3f3f9eb1 |
EUC-JP | 辱??楹 | 101111111010101100111111001111111101110010110011 | bfab3f3fdcb3 |
UTF-8 | 辱껆돇楹 | 111010001011111010110001111010101011101110000110111010111000111110000111111001101010010110111001 | e8beb1eabb86eb8f87e6a5b9 |
UHC | 辱껆돇楹 | 1110100110110100100000111110011110001001100110001110011110110011 | e9b483e78998e7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)