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 | 蕭器醜 | 111001010100101010001010111011011000111101011000 | e54a8aed8f58 |
EUC-JP | 蕭器醜 | 111010011010101110110100111011111011110110111001 | e9abb4efbdb9 |
UTF-8 | 蕭器醜 | 111010001001010110101101111001011001100110101000111010011000011010011100 | e895ade599a8e9869c |
UHC | 蕭器醜 | 111000011100101111010000111011111111010111011101 | e1cbd0eff5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)