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멏먾 | 11101011101001111011111101001111111010111010100110001111111010111010100010111110 | eba7bf4feba98feba8be |
UHC | 맿O멏먾 | 10010000110000000100111110010001010001001001000011111000 | 90c04f914490f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)