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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 犖獸獸爼默 | 11100000101101101110000011010111111000001101011111100000101010101110000011010010 | e0b6e0d7e0d7e0aae0d2 |
EUC-JP | 犖獸獸爼默 | 11100000101110001110000011011001111000001101100111100000101011001110000011010100 | e0b8e0d9e0d9e0ace0d4 |
UTF-8 | 犖獸獸爼默 | 111001111000101010010110111001111000110110111000111001111000110110111000111001111000100010111100111010011011101110011000 | e78a96e78db8e78db8e788bce9bb98 |
UHC | ?獸獸?默 | 0011111111100010101011101110001010101110001111111101100111111001 | 3fe2aee2ae3fd9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)