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 | ôètçÈ | 100111111111010011101000011101001110011111001000 | 9ff4e874e7c8 |
SJIS-WIN | ???t?? | 001111110011111100111111011101000011111100111111 | 3f3f3f743f3f |
EUC-JP | ?ôètçÈ | 0011111110001111101010111101010010001111101010111011001001110100100011111010101110101110100011111010101010110010 | 3f8fabd48fabb2748fabae8faab2 |
UTF-8 | ôètçÈ | 1100001010011111110000111011010011000011101010000111010011000011101001111100001110001000 | c29fc3b4c3a874c3a7c388 |
UHC | ???t?? | 001111110011111100111111011101000011111100111111 | 3f3f3f743f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)