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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
EUC-JP | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
UTF-8 | 뭒O몺묱 | 11101011101011011001001001001111111010111010101010111010111010111010110010110001 | ebad924febaabaebacb1 |
UHC | 뭒O몺묱 | 10010010010110100100111110010001101000001001001001001000 | 925a4f91a09248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)