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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 隴ッミャH | 111010001010110110101111110100001010110001001000 | e8adafd0ac48 |
EUC-JP | 隴ッミャH | 111100001010111110001110101011111000111011010000100011101010110001001000 | f0af8eaf8ed08eac48 |
UTF-8 | 隴ッミャH | 11101001100110101011010011101111101111011010111111101111101111101001000011101111101111011010110001001000 | e99ab4efbdafefbe90efbdac48 |
UHC | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)