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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 而?而?^ | 10001110101001110011111110001110101001110011111101011110 | 8ea73f8ea73f5e |
EUC-JP | 而?而?^ | 10111100101010010011111110111100101010010011111101011110 | bca93fbca93f5e |
UTF-8 | 而㏈而㏈^ | 11101000100000001000110011100011100011111000100011101000100000001000110011100011100011111000100001011110 | e8808ce38f88e8808ce38f885e |
UHC | 而㏈而㏈^ | 111011001011101110100111101111001110110010111011101001111011110001011110 | ecbba7bcecbba7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)