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 | 蘖???? | 100111110101000000111111001111110011111100111111 | 9f503f3f3f3f |
EUC-JP | 蘖???? | 110111011011000100111111001111110011111100111111 | ddb13f3f3f3f |
UTF-8 | 蘖붾죰了쩈 | 111010001001100010010110111010111011011010111110111011001010001110110000111011111010011010111010111011001010100110001000 | e89896ebb6beeca3b0efa6baeca988 |
UHC | 蘖붾죰了쩈 | 11100101111011101001010011101011101000011000101111101000111001111010010101000010 | e5ee94eba18be8e7a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)