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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雲?低?新 | 1000100101011111001111111001001011100001001111111001000001010110 | 895f3f92e13f9056 |
EUC-JP | 雲?低?新 | 1011000111000000001111111100010011100011001111111011111110110111 | b1c03fc4e33fbfb7 |
UTF-8 | 雲렊低펠新 | 111010011001101110110010111010111010000010001010111001001011110110001110111011011000111010100000111001101001011010110000 | e99bb2eba08ae4bd8eed8ea0e696b0 |
UHC | 雲렊低펠新 | 11101010101000111000111010100001111011101011100011000110111001111110001111100110 | eaa38ea1eeb8c6e7e3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)