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 | OHU® | 1001001001001111100100100100100010010010010101011001000110101110 | 924f9248925591ae |
SJIS-WIN | ?O?H?U?? | 0011111101001111001111110100100000111111010101010011111100111111 | 3f4f3f483f553f3f |
EUC-JP | ?O?H?U?® | 00111111010011110011111101001000001111110101010100111111100011111010001011101110 | 3f4f3f483f553f8fa2ee |
UTF-8 | OHU® | 11000010100100100100111111000010100100100100100011000010100100100101010111000010100100011100001010101110 | c2924fc29248c29255c291c2ae |
UHC | ?O?H?U?® | 001111110100111100111111010010000011111101010101001111111010001011100111 | 3f4f3f483f553fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)