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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邂溯騒繧 | 1110011110101110100111111110100010010001100110111110001110000010 | e7ae9fe8919be382 |
EUC-JP | 邂溯騒繧 | 1110111010110000110111101110101011000001111110111110010111100010 | eeb0deeac1fbe5e2 |
UTF-8 | 邂溯騒繧 | 111010011000001010000010111001101011101010101111111010011010100010010010111001111011100110100111 | e98282e6baafe9a892e7b9a7 |
UHC | 邂溯?? | 111110101011001111100001101111010011111100111111 | fab3e1bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)