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 | 傭??逆 | 100101110110001000111111001111111000101101110100 | 97623f3f8b74 |
EUC-JP | 傭??逆 | 110011011100001100111111001111111011010111010101 | cdc33f3fb5d5 |
UTF-8 | 傭사쵖逆 | 111001011000001010101101111011001000001010101100111011001011010110010110111010011000000010000110 | e582adec82acecb596e98086 |
UHC | 傭사쵖逆 | 1110100110110110101110111110011110101100100110001110011010111101 | e9b6bbe7ac98e6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)