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 | 醍???燼 | 10010001111001110011111100111111001111111110000010011110 | 91e73f3f3fe09e |
EUC-JP | 醍???燼 | 11000010111010010011111100111111001111111101111111111110 | c2e93f3f3fdffe |
UTF-8 | 醍댁렲렠燼 | 111010011000011010001101111010111000110010000001111010111010000010110010111010111010000010100000111001111000011110111100 | e9868deb8c81eba0b2eba0a0e787bc |
UHC | 醍댁렲렠燼 | 11110000101101011011010011101100100011101011111110001110101100011110001111101000 | f0b5b4ec8ebf8eb1e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)