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 | 繒?芝?霆? | 111110111000111100111111100011101100010100111111111010001011101100111111 | fb8f3f8ec53fe8bb3f |
EUC-JP | 繒?芝?霆? | 10001111110101001101010000111111101111001100011100111111111100001011110100111111 | 8fd4d43fbcc73ff0bd3f |
UTF-8 | 繒렑芝렭霆렲 | 111001111011100110010010111010111010000010010001111010001000101010011101111010111010000010101101111010011001110010000110111010111010000010110010 | e7b992eba091e88a9deba0ade99c86eba0b2 |
UHC | 繒렑芝렭霆렲 | 111100011111100110001110101001101111001010111001100011101011101011101111111111011000111010111111 | f1f98ea6f2b98ebaeffd8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)