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 | 筌????? | 11100010101000110011111100111111001111110011111100111111 | e2a33f3f3f3f3f |
EUC-JP | 筌?Ŧ??? | 111001001010010100111111100011111010100110101111001111110011111100111111 | e4a53f8fa9af3f3f3f |
UTF-8 | 筌곷Ŧ梨룝풚 | 1110011110101101100011001110101010110011101101111100010110100110111011111010011110100010111010111010001110011101111011011001001010011010 | e7ad8ceab3b7c5a6efa7a2eba39ded929a |
UHC | 筌곷Ŧ梨룝풚 | 111011111010011110000001111010111010100010101110111011001011000110110111111001001011111010011101 | efa781eba8aeecb1b7e4be9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)