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 | 意??? | 1000100011010011001111110011111100111111 | 88d33f3f3f |
EUC-JP | 意??? | 1011000011010101001111110011111100111111 | b0d53f3f3f |
UTF-8 | 意먮젵溜 | 111001101000010010001111111010111010100010101110111011001010000010110101111011111010011110001011 | e6848feba8aeeca0b5efa78b |
UHC | 意먮젵溜 | 1110101111110010100100001110101110100000101010011110101011111110 | ebf290eba0a9eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)