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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????đ | 0011111100111111001111110011111100111111100011111010100111000010 | 3f3f3f3f3f8fa9c2 |
UTF-8 | 琉쀨뜇女뉐đ | 1110111110100111100011001110110010000000101010001110101110011100100001111110111110100110100000011110101110001001100100001100010010010001 | efa78cec80a8eb9c87efa681eb8990c491 |
UHC | 琉쀨뜇女뉐đ | 111010111010010010010111111010001000110110001010111001011111110010000111111001011010100110100010 | eba497e88d8ae5fc87e5a9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)