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 | 蠎倣摎巐 | 1110010110111010100101011110110110011101100101111111101010110110 | e5ba95ed9d97fab6 |
EUC-JP | 蠎倣摎巐 | 111010101011110011001010111011111101100111110111100011111011101111111001 | eabccaefd9f78fbbf9 |
UTF-8 | 蠎倣摎巐 | 111010001010000010001110111001011000000010100011111001101001000110001110111001011011011110010000 | e8a08ee580a3e6918ee5b790 |
UHC | ?倣?? | 0011111111011011101001110011111100111111 | 3fdba73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)