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 | 蛟溽裸 | 111001011000000010011111111001111001011110000111 | e5809fe79787 |
EUC-JP | 蛟溽裸 | 111010011110000011011110111010011100110111100111 | e9e0dee9cde7 |
UTF-8 | 蛟溽裸 | 111010001001101110011111111001101011101010111101111010001010001110111000 | e89b9fe6babde8a3b8 |
UHC | 蛟?裸 | 1100111011110001001111111101010110100011 | cef13fd5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)