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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠖梧?羲 | 11100101101111011000110011100110001111111110001110111010 | e5bd8ce63fe3ba |
EUC-JP | 蠖梧佋羲 | 111010101011111110111000111010001000111110110000111010101110011010111100 | eabfb8e88fb0eae6bc |
UTF-8 | 蠖梧佋羲 | 111010001010000010010110111001101010001010100111111001001011110110001011111001111011111010110010 | e8a096e6a2a7e4bd8be7beb2 |
UHC | ?梧?羲 | 001111111110011111111100001111111111110111111101 | 3fe7fc3ffdfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)