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 | ?ユ?竊 | 001111111000001110000110001111111110001010000110 | 3f83863fe286 |
EUC-JP | 焰ユ?竊 | 1000111111001001111011111010010111100110001111111110001111100110 | 8fc9efa5e63fe3e6 |
UTF-8 | 焰ユ윇竊 | 111001111000010010110000111000111000001110100110111011001001110010000111111001111010101110001010 | e784b0e383a6ec9c87e7ab8a |
UHC | 焰ユ윇竊 | 1110011011111011101010111110011010011111100100001110111110111100 | e6fbabe69f90efbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)