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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 炅基 | 11111011010100011000101011101110 | fb518aee |
EUC-JP | 炅基 | 1000111111001001110010101011010011110000 | 8fc9cab4f0 |
UTF-8 | 炅基 | 111001111000001010000101111001011001111110111010 | e78285e59fba |
UHC | 炅基 | 11001100110111011101000011110001 | ccddd0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)