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拔? | 0011111101001111100111010101010100111111 | 3f4f9d553f |
EUC-JP | ?O拔棅 | 00111111010011111101100110110110100011111100001111111011 | 3f4fd9b68fc3fb |
UTF-8 | 잼O拔棅 | 11101100100111101011110001001111111001101000101110010100111001101010001110000101 | ec9ebc4fe68b94e6a385 |
UHC | 잼O拔棅 | 11000000111010110100111111011010111110111101110010111000 | c0eb4fdafbdcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)