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 | 濟籠呂? | 11100000010110101110001011000100100110000100001100111111 | e05ae2c498433f |
EUC-JP | 濟籠呂? | 11011111101110111110010011000110110011111010010000111111 | dfbbe4c6cfa43f |
UTF-8 | 濟籠呂了 | 111001101011111110011111111001111011000110100000111001011001000110000010111011111010011010111010 | e6bf9fe7b1a0e59182efa6ba |
UHC | 濟籠呂了 | 1111000010101101110101101110101111010101111001011110100011100111 | f0add6ebd5e5e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)