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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 簔矣箏 | 111000101100000111100001111000011111000011101111111000101011010111110000111011101111011011100010 | e2c1e1e1f0efe2b5f0eef6e2 |
EUC-JP | 簔矣?箏?? | 111001001100001111100010111000110011111111100100101101110011111100111111 | e4c3e2e33fe4b73f3f |
UTF-8 | 簔矣箏 | 111001111011000010010100111001111001111110100011111011101000001010101110111001111010111010001111111011101000001010101101111011101001010010001001 | e7b094e79fa3ee82aee7ae8fee82adee9489 |
UHC | ?矣?箏?? | 0011111111101011111110000011111111101110101101000011111100111111 | 3febf83feeb43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)