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 | 鬢俯晴繞 | 1110100110100100100110001110101110010000101100001110001110000101 | e9a498eb90b0e385 |
EUC-JP | 鬢俯晴繞 | 1111001010100110110100001110110111000000101100101110010111100101 | f2a6d0edc0b2e5e5 |
UTF-8 | 鬢俯晴繞 | 111010011010110010100010111001001011111110101111111001101001100110110100111001111011100110011110 | e9aca2e4bfafe699b4e7b99e |
UHC | ?俯晴繞 | 00111111110111001111011011110100111001111110100110100100 | 3fdcf6f4e7e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)