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 | 円??節ゆ? | 100010010111111000111111001111111001000011011111100000101110010000111111 | 897e3f3f90df82e43f |
EUC-JP | 円??節ゆ? | 101100011101111100111111001111111100000011100001101001001110011000111111 | b1df3f3fc0e1a4e63f |
UTF-8 | 円띨썿節ゆ쇂 | 111001011000011010000110111010111001110110101000111011001000110110111111111001111010111110000000111000111000001010000110111011001000011110000010 | e58686eb9da8ec8dbfe7af80e38286ec8782 |
UHC | 円띨썿節ゆ쇂 | 111001011111011110110110111011101001101110101001111011111011110110101010111001101001100110110110 | e5f7b6ee9ba9efbdaae699b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)