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 | 邂情勢贒予 | 11100111101011101000111111101110100100001010100011111011101011111001011101011100 | e7ae8fee90a8fbaf975c |
EUC-JP | 邂情勢贒予 | 1110111010110000101111101111000011000000101010101000111111011111110000111100110110111101 | eeb0bef0c0aa8fdfc3cdbd |
UTF-8 | 邂情勢贒予 | 111010011000001010000010111001101000001110000101111001011000101110100010111010001011010010010010111001001011101010001000 | e98282e68385e58ba2e8b492e4ba88 |
UHC | 邂情勢?予 | 111110101011001111101111110101111110000110100111001111111110010111111000 | fab3efd7e1a73fe5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)