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 | 咫貊?箏 | 10011010010000001110011010111011001111111110001010110101 | 9a40e6bb3fe2b5 |
EUC-JP | 咫貊?箏 | 11010011101000011110110010111101001111111110010010110111 | d3a1ecbd3fe4b7 |
UTF-8 | 咫貊췹箏 | 111001011001001010101011111010001011001010001010111011001011011110111001111001111010111010001111 | e592abe8b28aecb7b9e7ae8f |
UHC | 咫貊췹箏 | 1111001010100001110110001110011111000011111011111110111010110100 | f2a1d8e7c3efeeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)