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 | YT@ | 100100100101100110010010010101001001001001000000 | 925992549240 |
SJIS-WIN | ?Y?T?@ | 001111110101100100111111010101000011111101000000 | 3f593f543f40 |
EUC-JP | ?Y?T?@ | 001111110101100100111111010101000011111101000000 | 3f593f543f40 |
UTF-8 | YT@ | 110000101001001001011001110000101001001001010100110000101001001001000000 | c29259c29254c29240 |
UHC | ?Y?T?@ | 001111110101100100111111010101000011111101000000 | 3f593f543f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)