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 | 業??伊 | 100010111100011000111111001111111000100011001001 | 8bc63f3f88c9 |
EUC-JP | 業??伊 | 101101101100100000111111001111111011000011001011 | b6c83f3fb0cb |
UTF-8 | 業볥뛿伊 | 111001101010010110101101111010111011001110100101111010111001101110111111111001001011110010001010 | e6a5adebb3a5eb9bbfe4bc8a |
UHC | 業볥뛿伊 | 1110010111110110100100111110101110001101100001011110110010100101 | e5f693eb8d85eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)