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 | 審?? | 10010000010100100011111100111111 | 90523f3f |
EUC-JP | 審?? | 10111111101100110011111100111111 | bfb33f3f |
UTF-8 | 審륂뢈 | 111001011010111110101001111010111010010110000010111010111010001010001000 | e5afa9eba582eba288 |
UHC | 審륂뢈 | 111000111111101110001111111011011000111101000100 | e3fb8fed8f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)