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 | 馭??柔 | 111010010110011000111111001111111000111101011111 | e9663f3f8f5f |
EUC-JP | 馭??柔 | 111100011100011100111111001111111011110111000000 | f1c73f3fbdc0 |
UTF-8 | 馭귣뿤柔 | 111010011010011010101101111010101011011110100011111010111011111110100100111001101001111110010100 | e9a6adeab7a3ebbfa4e69f94 |
UHC | 馭귣뿤柔 | 1110010111011111100000101110101110010111101001001110101011110101 | e5df82eb97a4eaf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)