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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 際?媛??? | 1000110111011011001111111001010101010001001111110011111100111111 | 8ddb3f95513f3f3f |
EUC-JP | 際?媛??? | 1011101011011101001111111100100110110010001111110011111100111111 | badd3fc9b23f3f3f |
UTF-8 | 際렢媛골렰뼁 | 111010011001101010011011111010111010000010100010111001011010101010011011111010101011001110101000111010111010000010110000111010111011110010000001 | e99a9beba0a2e5aa9beab3a8eba0b0ebbc81 |
UHC | 際렢媛골렰뼁 | 111100001011011110001110101100111110101010110000101100001111000110001110101111011011101110111111 | f0b78eb3eab0b0f18ebdbbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)