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 | YGNX | 1001001001011001100100100100011110010010010011101001001001011000 | 92599247924e9258 |
SJIS-WIN | ?Y?G?N?X | 0011111101011001001111110100011100111111010011100011111101011000 | 3f593f473f4e3f58 |
EUC-JP | ?Y?G?N?X | 0011111101011001001111110100011100111111010011100011111101011000 | 3f593f473f4e3f58 |
UTF-8 | YGNX | 110000101001001001011001110000101001001001000111110000101001001001001110110000101001001001011000 | c29259c29247c2924ec29258 |
UHC | ?Y?G?N?X | 0011111101011001001111110100011100111111010011100011111101011000 | 3f593f473f4e3f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)