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???`] | 00111111010110010011111100111111001111110110000001011101 | 3f593f3f3f605d |
SJIS-WIN | ?Y???`] | 00111111010110010011111100111111001111110110000001011101 | 3f593f3f3f605d |
EUC-JP | ?Y???`] | 00111111010110010011111100111111001111110110000001011101 | 3f593f3f3f605d |
UTF-8 | 혪Y혩짼혣`] | 111011011001100010101010010110011110110110011000101010011110110010100111101111001110110110011000101000110110000001011101 | ed98aa59ed98a9eca7bced98a3605d |
UHC | 혪Y혩짼혣`] | 1100001010010010010110011100001010010001110000101011001011000010100011000110000001011101 | c29259c291c2b2c28c605d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)