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 | 雲????俎 | 1000100101011111001111110011111100111111001111111001100011010111 | 895f3f3f3f3f98d7 |
EUC-JP | 雲?祜??俎 | 10110001110000000011111110001111110100001101100000111111001111111101000011011001 | b1c03f8fd0d83f3fd0d9 |
UTF-8 | 雲렊祜펨㎪俎 | 111010011001101110110010111010111010000010001010111001111010010110011100111011011000111010101000111000111000111010101010111001001011111110001110 | e99bb2eba08ae7a59ced8ea8e38eaae4bf8e |
UHC | 雲렊祜펨㎪俎 | 111010101010001110001110101000011111101111010100110001101110100010100111111001101111000010111011 | eaa38ea1fbd4c6e8a7e6f0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)