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 | 霍帶㍾褞 | 1110100010110111100110111110011010000111100011011110010111110000 | e8b79be6878de5f0 |
EUC-JP | 霍帶?褞 | 11110000101110011101011011101000001111111110101011110010 | f0b9d6e83feaf2 |
UTF-8 | 霍帶㍾褞 | 111010011001110010001101111001011011100010110110111000111000110110111110111010001010010010011110 | e99c8de5b8b6e38dbee8a49e |
UHC | ?帶?? | 0011111111010011111000010011111100111111 | 3fd3e13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)