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 | 楔跣夭紆 | 1001111010110110111001101110111110011010111011101110001011111100 | 9eb6e6ef9aeee2fc |
EUC-JP | 楔跣夭紆 | 1101110010111000111011001111000111010100111100001110010011111110 | dcb8ecf1d4f0e4fe |
UTF-8 | 楔跣夭紆 | 111001101010010110010100111010001011011110100011111001011010010010101101111001111011010010000110 | e6a594e8b7a3e5a4ade7b486 |
UHC | 楔跣夭紆 | 1110000011011011111000001101001111101000111011001110100111100001 | e0dbe0d3e8ece9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)