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 | ?譟豎蝉 | 00111111111001101001111111100110101100011001000011100100 | 3fe69fe6b190e4 |
EUC-JP | 淎譟豎蝉 | 100011111100011111011000111011001010000111101100101100111100000011100110 | 8fc7d8eca1ecb3c0e6 |
UTF-8 | 淎譟豎蝉 | 111001101011011110001110111010001010110110011111111010001011000110001110111010001001110110001001 | e6b78ee8ad9fe8b18ee89d89 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)