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몷몼 | 11101011101011011001001001001111111010111010101010110111111010111010101010111100 | ebad924febaab7ebaabc |
UHC | 뭒O몷몼 | 10010010010110100100111110010001100111111001000110100001 | 925a4f919f91a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)