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 | ??湖?祭 | 00111111001111111000110011001110001111111000110111010101 | 3f3f8cce3f8dd5 |
EUC-JP | ??湖?祭 | 00111111001111111011100011010000001111111011101011010111 | 3f3fb8d03fbad7 |
UTF-8 | 戶렱湖렭祭 | 111001101000100010110110111010111010000010110001111001101011100110010110111010111010000010101101111001111010010110101101 | e688b6eba0b1e6b996eba0ade7a5ad |
UHC | 戶렱湖렭祭 | 11111011110000101000111010111110111110111100100110001110101110101111000010101110 | fbc28ebefbc98ebaf0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)