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 | 艶zじ | 100010011001000010000010100110101000001010110110 | 8990829a82b6 |
EUC-JP | 艶zじ | 101100011111000010100011111110101010010010111000 | b1f0a3faa4b8 |
UTF-8 | 艶zじ | 111010001000100110110110111011111011110110011010111000111000000110011000 | e889b6efbd9ae38198 |
UHC | 艶zじ | 111001101111110110100011111110101010101010111000 | e6fda3faaab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)