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 | 鬪クツョ? | 111010011010101010111000110000101010111000111111 | e9aab8c2ae3f |
EUC-JP | 鬪クツョ宼 | 1111001010101100100011101011100010001110110000101000111010101110100011111011101011011010 | f2ac8eb88ec28eae8fbada |
UTF-8 | 鬪クツョ宼 | 111010011010110010101010111011111011110110111000111011111011111010000010111011111011110110101110111001011010111010111100 | e9acaaefbdb8efbe82efbdaee5aebc |
UHC | 鬪???? | 111101111110001100111111001111110011111100111111 | f7e33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)