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 | 諷兢? | 1110011010000101100110010101110100111111 | e685995d3f |
EUC-JP | 諷兢? | 1110101111100101110100011011111000111111 | ebe5d1be3f |
UTF-8 | 諷兢렠 | 111010001010101110110111111001011000010110100010111010111010000010100000 | e8abb7e585a2eba0a0 |
UHC | 諷兢렠 | 111110011010010011010000111001111000111010110001 | f9a4d0e78eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)