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 | 伍??巍? | 10001100110111100011111100111111100110111101100100111111 | 8cde3f3f9bd93f |
EUC-JP | 伍??巍? | 10111000111000000011111100111111110101101101101100111111 | b8e03f3fd6db3f |
UTF-8 | 伍섊퇁巍쒑 | 111001001011110010001101111011001000010010001010111011011000011110000001111001011011011110001101111011001001001010010001 | e4bc8dec848aed8781e5b78dec9291 |
UHC | 伍섊퇁巍쒑 | 11100111111010101001100011100111101101111001001011101000111001001001110011101000 | e7ea98e7b792e8e49ce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)