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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠎倣失 | 111001011011101010010101111011011000111010111000 | e5ba95ed8eb8 |
EUC-JP | 蠎倣失 | 111010101011110011001010111011111011110010111010 | eabccaefbcba |
UTF-8 | 蠎倣失 | 111010001010000010001110111001011000000010100011111001011010010010110001 | e8a08ee580a3e5a4b1 |
UHC | ?倣失 | 0011111111011011101001111110001111110111 | 3fdba7e3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)