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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 苒η?F | 111001001001001010000011110001010011111101000110 | e49283c53f46 |
EUC-JP | 苒η?F | 111001111111001010100110110001110011111101000110 | e7f2a6c73f46 |
UTF-8 | 苒η젰F | 111010001000101110010010110011101011011111101100101000001011000001000110 | e88b92ceb7eca0b046 |
UHC | 苒η젰F | 11100110111111101010010111100111101000001010010101000110 | e6fea5e7a0a546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)