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 | 泳e?巍?? | 100010010110101010000010100001010011111110011011110110010011111100111111 | 896a82853f9bd93f3f |
EUC-JP | 泳e?巍?? | 101100011100101110100011111001010011111111010110110110110011111100111111 | b1cba3e53fd6db3f3f |
UTF-8 | 泳e솳巍쒒릶 | 111001101011001110110011111011111011110110000101111011001000011010110011111001011011011110001101111011001001001010010010111010111010011010110110 | e6b3b3efbd85ec86b3e5b78dec9292eba6b6 |
UHC | 泳e솳巍쒒릶 | 111001111011011010100011111001011001100110101000111010001110010010011100111010011001000010010100 | e7b6a3e599a8e8e49ce99094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)