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 | 肢???幸? | 1000111010001000001111110011111100111111100011010100101100111111 | 8e883f3f3f8d4b3f |
EUC-JP | 肢?岵?幸? | 10111011111010000011111110001111101110111011011100111111101110011010110000111111 | bbe83f8fbbb73fb9ac3f |
UTF-8 | 肢렲岵렱幸렑 | 111010001000001010100010111010111010000010110010111001011011001010110101111010111010000010110001111001011011100110111000111010111010000010010001 | e882a2eba0b2e5b2b5eba0b1e5b9b8eba091 |
UHC | 肢렲岵렱幸렑 | 111100101011011010001110101111111111101111000000100011101011111011111010101110011000111010100110 | f2b68ebffbc08ebefab98ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)