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 | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 溪貂oBF | 10011111111000101110011010111000011011110100001001000110 | 9fe2e6b86f4246 |
EUC-JP | 溪貂oBF | 11011110111001001110110010111010011011110100001001000110 | dee4ecba6f4246 |
UTF-8 | 溪貂oBF | 111001101011101010101010111010001011001010000010011011110100001001000110 | e6baaae8b2826f4246 |
UHC | 溪貂oBF | 11001101101000101111010110110000011011110100001001000110 | cda2f5b06f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)