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 | 雲?陰? | 100010010101111100111111100010010100000100111111 | 895f3f89413f |
EUC-JP | 雲?陰? | 101100011100000000111111101100011010001000111111 | b1c03fb1a23f |
UTF-8 | 雲렋陰렯 | 111010011001101110110010111010111010000010001011111010011001100110110000111010111010000010101111 | e99bb2eba08be999b0eba0af |
UHC | 雲렋陰렯 | 1110101010100011100011101010001011101011111001001000111010111100 | eaa38ea2ebe48ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)