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 | JYAY | 1001001001001010100100100101100110010010010000011001001001011001 | 924a925992419259 |
SJIS-WIN | ?J?Y?A?Y | 0011111101001010001111110101100100111111010000010011111101011001 | 3f4a3f593f413f59 |
EUC-JP | ?J?Y?A?Y | 0011111101001010001111110101100100111111010000010011111101011001 | 3f4a3f593f413f59 |
UTF-8 | JYAY | 110000101001001001001010110000101001001001011001110000101001001001000001110000101001001001011001 | c2924ac29259c29241c29259 |
UHC | ?J?Y?A?Y | 0011111101001010001111110101100100111111010000010011111101011001 | 3f4a3f593f413f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)