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 | 業?‘猶?? | 100010111100011000111111100000010110010110010111010100000011111100111111 | 8bc63f816597503f3f |
EUC-JP | 業?‘猶?? | 101101101100100000111111101000011100011011001101101100010011111100111111 | b6c83fa1c6cdb13f3f |
UTF-8 | 業볥‘猶억쫶 | 111001101010010110101101111010111011001110100101111000101000000010011000111001111000110010110110111011001001011010110101111011001010101110110110 | e6a5adebb3a5e28098e78cb6ec96b5ecabb6 |
UHC | 業볥‘猶억쫶 | 111001011111011010010011111010111010000110101110111010111010001010111110111011111010011010001101 | e5f693eba1aeeba2beefa68d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)