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??G | 0011111101001111001111110011111101000111 | 3f4f3f3f47 |
SJIS-WIN | ?O??G | 0011111101001111001111110011111101000111 | 3f4f3f3f47 |
EUC-JP | ?O??G | 0011111101001111001111110011111101000111 | 3f4f3f3f47 |
UTF-8 | 혰O횪횤G | 1110110110011000101100000100111111101101100110101010101011101101100110101010010001000111 | ed98b04fed9aaaed9aa447 |
UHC | 혰O횪횤G | 1100001010010111010011111100001110100000110000111001101101000111 | c2974fc3a0c39b47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)