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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邂冗泓贒オ | 111001111010111010001111111001111001111110010111111110111010111110110101 | e7ae8fe79f97fbafb5 |
EUC-JP | 邂冗泓贒オ | 1110111010110000101111101110100111011101111101111000111111011111110000111000111010110101 | eeb0bee9ddf78fdfc38eb5 |
UTF-8 | 邂冗泓贒オ | 111010011000001010000010111001011000011010010111111001101011001110010011111010001011010010010010111011111011110110110101 | e98282e58697e6b393e8b492efbdb5 |
UHC | 邂冗泓?? | 1111101010110011111010011011011111111011111100100011111100111111 | fab3e9b7fbf23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)