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 | 詢?? | 11100110011011010011111100111111 | e66d3f3f |
EUC-JP | 詢?? | 11101011110011100011111100111111 | ebce3f3f |
UTF-8 | 詢룊딝 | 111010001010100110100010111010111010001110001010111010111001010010011101 | e8a9a2eba38aeb949d |
UHC | 詢룊딝 | 111000101111001110001111100010011000101011111110 | e2f38f898afe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)