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 | 襄冗㍽陦 | 1110010111110101100011111110011110000111100011101110100010100001 | e5f58fe7878ee8a1 |
EUC-JP | 襄冗?陦 | 11101010111101111011111011101001001111111111000010100011 | eaf7bee93ff0a3 |
UTF-8 | 襄冗㍽陦 | 111010001010010110000100111001011000011010010111111000111000110110111101111010011001100110100110 | e8a584e58697e38dbde999a6 |
UHC | 襄冗?? | 111001011101000111101001101101110011111100111111 | e5d1e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)