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 | ????Y? | 001111110011111100111111001111110101100100111111 | 3f3f3f3f593f |
SJIS-WIN | 鮓画コスY鮓 | 111010011011011010001001111001101011101010111101010110011110100110110110 | e9b689e6babd59e9b6 |
EUC-JP | 鮓画コスY鮓 | 1111001010111000101100101110100010001110101110101000111010111101010110011111001010111000 | f2b8b2e88eba8ebd59f2b8 |
UTF-8 | 鮓画コスY鮓 | 11101001101011101001001111100111100101001011101111101111101111011011101011101111101111011011110101011001111010011010111010010011 | e9ae93e794bbefbdbaefbdbd59e9ae93 |
UHC | ????Y? | 001111110011111100111111001111110101100100111111 | 3f3f3f3f593f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)