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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 箏簔矣] | 11100010101101011111011011100010111100011111110011100010110000011110000111100001111101101011010001011101 | e2b5f6e2f1fce2c1e1e1f6b45d |
EUC-JP | 箏??簔矣?] | 11100100101101110011111100111111111001001100001111100010111000110011111101011101 | e4b73f3fe4c3e2e33f5d |
UTF-8 | 箏簔矣] | 11100111101011101000111111101110100101001000100111101110100001011011011111100111101100001001010011100111100111111010001111101110100100111001101101011101 | e7ae8fee9489ee85b7e7b094e79fa3ee939b5d |
UHC | 箏???矣?] | 111011101011010000111111001111110011111111101011111110000011111101011101 | eeb43f3f3febf83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)