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 | ??kE??kEB | 001111110011111101101011010001010011111100111111011010110100010101000010 | 3f3f6b453f3f6b4542 |
SJIS-WIN | 嶸ッkE嶸ッkEB | 1111101010110100101011110110101101000101111110101011010010101111011010110100010101000010 | fab4af6b45fab4af6b4542 |
EUC-JP | 嶸ッkE嶸ッkEB | 100011111011101111110100100011101010111101101011010001011000111110111011111101001000111010101111011010110100010101000010 | 8fbbf48eaf6b458fbbf48eaf6b4542 |
UTF-8 | 嶸ッkE嶸ッkEB | 1110010110110110101110001110111110111101101011110110101101000101111001011011011010111000111011111011110110101111011010110100010101000010 | e5b6b8efbdaf6b45e5b6b8efbdaf6b4542 |
UHC | 嶸?kE嶸?kEB | 1110011110101110001111110110101101000101111001111010111000111111011010110100010101000010 | e7ae3f6b45e7ae3f6b4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)