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 | 絽潟ォ讀 | 11100011010101111000101010000011101010111110011010100100 | e3578a83abe6a4 |
EUC-JP | 絽潟ォ讀 | 1110010110111000101100111110001110001110101010111110110010100110 | e5b8b3e38eabeca6 |
UTF-8 | 絽潟ォ讀 | 111001111011010110111101111001101011110110011111111011111011110110101011111010001010111010000000 | e7b5bde6bd9fefbdabe8ae80 |
UHC | ?潟?讀 | 001111111110000010110011001111111101010011000001 | 3fe0b33fd4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)