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 | ?淺?感 | 001111111001111111000111001111111000101010110100 | 3f9fc73f8ab4 |
EUC-JP | ?淺?感 | 001111111101111011001001001111111011010010110110 | 3fdec93fb4b6 |
UTF-8 | 뤚淺햶感 | 111010111010010010011010111001101011011110111010111011011001011010110110111001101000010010011111 | eba49ae6b7baed96b6e6849f |
UHC | 뤚淺햶感 | 1000111111001001111101001011110011000001100011111100101011101111 | 8fc9f4bcc18fcaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)