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 | 0011111100111111001111110110111101011001 | 3f3f3f6f59 |
SJIS-WIN | ???oY | 0011111100111111001111110110111101011001 | 3f3f3f6f59 |
EUC-JP | ???oY | 0011111100111111001111110110111101011001 | 3f3f3f6f59 |
UTF-8 | 묷뭌뫅oY | 1110101110101100101101111110101110101101100011001110101110101011100001010110111101011001 | ebacb7ebad8cebab856f59 |
UHC | 묷뭌뫅oY | 1001001001001011100100100101011110010001101010000110111101011001 | 924b925791a86f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)