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 | 雲?低??俎 | 100010010101111100111111100100101110000100111111001111111001100011010111 | 895f3f92e13f3f98d7 |
EUC-JP | 雲?低??俎 | 101100011100000000111111110001001110001100111111001111111101000011011001 | b1c03fc4e33f3fd0d9 |
UTF-8 | 雲렊低펨㎪俎 | 111010011001101110110010111010111010000010001010111001001011110110001110111011011000111010101000111000111000111010101010111001001011111110001110 | e99bb2eba08ae4bd8eed8ea8e38eaae4bf8e |
UHC | 雲렊低펨㎪俎 | 111010101010001110001110101000011110111010111000110001101110100010100111111001101111000010111011 | eaa38ea1eeb8c6e8a7e6f0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)