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 | 迢狩ウ「寘 | 1110011110001011100011101110101110110011101000101111101010101001 | e78b8eebb3a2faa9 |
EUC-JP | 迢狩ウ「寘 | 1110110111101011101111001110110110001110101100111000111010100010100011111011101011100001 | edebbced8eb38ea28fbae1 |
UTF-8 | 迢狩ウ「寘 | 111010001011111110100010111001111000101110101001111011111011110110110011111011111011110110100010111001011010111110011000 | e8bfa2e78ba9efbdb3efbda2e5af98 |
UHC | ?狩??? | 001111111110001010101101001111110011111100111111 | 3fe2ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)