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 | 襃埼ォ覃 | 11100101111011111000110111101001101010111110011001001000 | e5ef8de9abe648 |
EUC-JP | 襃埼ォ覃 | 1110101011110001101110101110101110001110101010111110101110101001 | eaf1baeb8eabeba9 |
UTF-8 | 襃埼ォ覃 | 111010001010010110000011111001011001111110111100111011111011110110101011111010001010011010000011 | e8a583e59fbcefbdabe8a683 |
UHC | ?埼?覃 | 001111111101000011110010001111111101001111000111 | 3fd0f23fd3c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)