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 | 猥??? | 1110000011001110001111110011111100111111 | e0ce3f3f3f |
EUC-JP | 猥??琰 | 11100000110100000011111100111111100011111100110010110100 | e0d03f3f8fccb4 |
UTF-8 | 猥섊맜琰 | 111001111000110010100101111011001000010010001010111010111010011110011100111001111001000010110000 | e78ca5ec848aeba79ce790b0 |
UHC | 猥섊맜琰 | 1110100011100101100110001110011110010000101010111110011011111100 | e8e598e790abe6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)