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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠖梧? | 1110010110111101100011001110011000111111 | e5bd8ce63f |
EUC-JP | 蠖梧佋 | 11101010101111111011100011101000100011111011000011101010 | eabfb8e88fb0ea |
UTF-8 | 蠖梧佋 | 111010001010000010010110111001101010001010100111111001001011110110001011 | e8a096e6a2a7e4bd8b |
UHC | ?梧? | 00111111111001111111110000111111 | 3fe7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)