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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 馭?;吟? | 1110100101100110001111111000000101000111100010111110000100111111 | e9663f81478be13f |
EUC-JP | 馭?;吟? | 1111000111000111001111111010000110101000101101101110001100111111 | f1c73fa1a8b6e33f |
UTF-8 | 馭곷;吟껮 | 111010011010011010101101111010101011001110110111111011111011110010011011111001011001000010011111111010101011101110101110 | e9a6adeab3b7efbc9be5909feabbae |
UHC | 馭곷;吟껮 | 11100101110111111000000111101011101000111011101111101011111000011000010001000110 | e5df81eba3bbebe18446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)