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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 苡?漿瀨無 | 111001001000111100111111100111111111011111111011010100001001011010110011 | e48f3f9ff7fb5096b3 |
EUC-JP | 苡?漿?無 | 1110011111101111001111111101111011111001001111111100110010110101 | e7ef3fdef93fccb5 |
UTF-8 | 苡렲漿瀨無 | 111010001000101110100001111010111010000010110010111001101011110010111111111001111000000010101000111001111000010010100001 | e88ba1eba0b2e6bcbfe780a8e784a1 |
UHC | 苡렲漿瀨無 | 11101100101111101000111010111111111011011110110011010110111011101101100111101101 | ecbe8ebfedecd6eed9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)