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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 額俯額俯B | 100010100111101010011000111010111000101001111010100110001110101101000010 | 8a7a98eb8a7a98eb42 |
EUC-JP | 額俯額俯B | 101100111101101111010000111011011011001111011011110100001110110101000010 | b3dbd0edb3dbd0ed42 |
UTF-8 | 額俯額俯B | 11101001101000011000110111100100101111111010111111101001101000011000110111100100101111111010111101000010 | e9a18de4bfafe9a18de4bfaf42 |
UHC | 額俯額俯B | 111001001111111011011100111101101110010011111110110111001111011001000010 | e4fedcf6e4fedcf642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)