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 | 易?易? | 100010001101010100111111100010001101010100111111 | 88d53f88d53f |
EUC-JP | 易?易? | 101100001101011100111111101100001101011100111111 | b0d73fb0d73f |
UTF-8 | 易똺易똱 | 111001101001100010010011111010111001100010111010111001101001100010010011111010111001100010110001 | e69893eb98bae69893eb98b1 |
UHC | 易똺易똱 | 1110011010110110100011000111101011100110101101101000110001110010 | e6b68c7ae6b68c72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)