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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?燔劉B | 001111111110000010011000100101111010101101000010 | 3fe09897ab42 |
EUC-JP | ?燔劉B | 001111111101111111111000110011101010110101000010 | 3fdff8cead42 |
UTF-8 | 뤾燔劉B | 11101011101001001011111011100111100001111001010011100101100010101000100101000010 | eba4bee78794e58a8942 |
UHC | 뤾燔劉B | 10001111111010101101101111100010110101111011000101000010 | 8feadbe2d7b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)