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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 艶zじ怏? | 100010011001000010000010100110101000001010110110100111001000100100111111 | 8990829a82b69c893f |
EUC-JP | 艶zじ怏? | 101100011111000010100011111110101010010010111000110101111110100100111111 | b1f0a3faa4b8d7e93f |
UTF-8 | 艶zじ怏놟 | 111010001000100110110110111011111011110110011010111000111000000110011000111001101000000010001111111010111000011010011111 | e889b6efbd9ae38198e6808feb869f |
UHC | 艶zじ怏놟 | 11100110111111011010001111111010101010101011100011100100111010001000011101000010 | e6fda3faaab8e4e88742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)