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멊먿 | 11101011101001111011101101001111111010111010100110001010111010111010100010111111 | eba7bb4feba98aeba8bf |
UHC | 맻O멊먿 | 10010000101111000100111110010001010000101001000011111001 | 90bc4f914290f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)