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 | 韶碑エ倶 | 11101000111011101001010011101000101101001000101111100100 | e8ee94e8b48be4 |
EUC-JP | 韶碑エ倶 | 1111000011110000110010001110101010001110101101001011011011100110 | f0f0c8ea8eb4b6e6 |
UTF-8 | 韶碑エ倶 | 111010011001111110110110111001111010001010010001111011111011110110110100111001011000000010110110 | e99fb6e7a291efbdb4e580b6 |
UHC | 韶碑?? | 111000011101001011011101111110000011111100111111 | e1d2ddf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)