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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 漆杓宍祥 | 1000111010111101100011101101101110001110101100111000111111001011 | 8ebd8edb8eb38fcb |
EUC-JP | 漆杓宍祥 | 1011110010111111101111001101110110111100101101011011111011001101 | bcbfbcddbcb5becd |
UTF-8 | 漆杓宍祥 | 111001101011110010000110111001101001110110010011111001011010111010001101111001111010010110100101 | e6bc86e69d93e5ae8de7a5a5 |
UHC | 漆杓?祥 | 11110110110101001111100011110101001111111101111111010100 | f6d4f8f53fdfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)