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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巖??瀛?? | 1001101111011100001111110011111111100000011010010011111100111111 | 9bdc3f3fe0693f3f |
EUC-JP | 巖??瀛?? | 1101011011011110001111110011111111011111110010100011111100111111 | d6de3f3fdfca3f3f |
UTF-8 | 巖뛿뛃瀛룒뢏 | 111001011011011110010110111010111001101110111111111010111001101110000011111001111000000010011011111010111010001110010010111010111010001010001111 | e5b796eb9bbfeb9b83e7809beba392eba28f |
UHC | 巖뛿뛃瀛룒뢏 | 111001001101110010001101100001011000110101000001111001111011101010001111100011111000111101001010 | e4dc8d858d41e7ba8f8f8f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)