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 | ??∥揄?? | 0011111100111111100000010110000110011101100010010011111100111111 | 3f3f81619d893f3f |
EUC-JP | 縕?‖揄?? | 10001111110101001100001000111111101000011100001011011001111010010011111100111111 | 8fd4c23fa1c2d9e93f3f |
UTF-8 | 縕띕∥揄밥뭄 | 111001111011100010010101111010111001110110010101111000101000100010100101111001101000111110000100111010111011000010100101111010111010110110000100 | e7b895eb9d95e288a5e68f84ebb0a5ebad84 |
UHC | 縕띕∥揄밥뭄 | 111010001011001010110110111010111010000110101011111010101111000110111001111001001011100110110011 | e8b2b6eba1abeaf1b9e4b9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)