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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 湜帶丶w | 11111011010001111001101111100110100110001010010001110111 | fb479be698a477 |
EUC-JP | 湜帶丶w | 1000111111000111111111001101011011101000110100001010011001110111 | 8fc7fcd6e8d0a677 |
UTF-8 | 湜帶丶w | 11100110101110011001110011100101101110001011011011100100101110001011011001110111 | e6b99ce5b8b6e4b8b677 |
UHC | 湜帶?w | 111000111101011111010011111000010011111101110111 | e3d7d3e13f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)