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 | ??Oy | 00111111001111110100111101111001 | 3f3f4f79 |
SJIS-WIN | ?}Oy | 0011111110000001011100000100111101111001 | 3f81704f79 |
EUC-JP | ?}Oy | 0011111110100001110100010100111101111001 | 3fa1d14f79 |
UTF-8 | 룵}Oy | 1110101110100011101101011110111110111101100111010100111101111001 | eba3b5efbd9d4f79 |
UHC | 룵}Oy | 100011111010101010100011111111010100111101111001 | 8faaa3fd4f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)