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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臾?Ш維?Ш | 11100100011010110011111110000100010110011000100011011011001111111000010001011001 | e46b3f845988db3f8459 |
EUC-JP | 臾?Ш維?Ш | 11100111110011000011111110100111101110101011000011011101001111111010011110111010 | e7cc3fa7bab0dd3fa7ba |
UTF-8 | 臾룸Ш維쒕Ш | 11101000100001111011111011101011101000111011100011010000101010001110011110110110101011011110110010010010100101011101000010101000 | e887beeba3b8d0a8e7b6adec9295d0a8 |
UHC | 臾룸Ш維쒕Ш | 111010111010110010110111111010111010110010111010111010111010101110011100111010111010110010111010 | ebacb7ebacbaebab9cebacba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)