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 | ???舍里? | 0011111100111111001111111110010001110001100101111010001000111111 | 3f3f3fe47197a23f |
EUC-JP | ???舍里? | 0011111100111111001111111110011111010010110011101010010000111111 | 3f3f3fe7d2cea43f |
UTF-8 | 롍롕뤵舍里콮 | 111010111010000110001101111010111010000110010101111010111010010010110101111010001000100010001101111010011000011110001100111011001011110110101110 | eba18deba195eba4b5e8888de9878cecbdae |
UHC | 롍롕뤵舍里콮 | 100011101101001110001110110110011000111111100011110111101110110011010111111011001011001001000010 | 8ed38ed98fe3deecd7ecb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)