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 | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 銧フ讓oBF | 1111101111001100110011001110011010101000011011110100001001000110 | fbcccce6a86f4246 |
EUC-JP | 銧フ讓oBF | 10001111111001001010011010001110110011001110110010101010011011110100001001000110 | 8fe4a68eccecaa6f4246 |
UTF-8 | 銧フ讓oBF | 111010011000101010100111111011111011111010001100111010001010111010010011011011110100001001000110 | e98aa7efbe8ce8ae936f4246 |
UHC | ??讓oBF | 00111111001111111110010111010011011011110100001001000110 | 3f3fe5d36f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)