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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒻球勝絎 | 1110010011101000100010111000010110001111100111111110001101001101 | e4e88b858f9fe34d |
EUC-JP | 蒻球勝絎 | 1110100011101010101101011110010110111110101000011110010110101110 | e8eab5e5bea1e5ae |
UTF-8 | 蒻球勝絎 | 111010001001001010111011111001111001000010000011111001011000101110011101111001111011010110001110 | e892bbe79083e58b9de7b58e |
UHC | 蒻球勝? | 11100101101101101100111110111001111000111010110100111111 | e5b6cfb9e3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)