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 | 髮芽ざ豬 | 1110100110011011100010011110100010000010101101001110011010110101 | e99b89e882b4e6b5 |
EUC-JP | 髮芽ざ豬 | 1111000111111011101100101110101010100100101101101110110010110111 | f1fbb2eaa4b6ecb7 |
UTF-8 | 髮芽ざ豬 | 111010011010101110101110111010001000101010111101111000111000000110010110111010001011000110101100 | e9abaee88abde38196e8b1ac |
UHC | 髮芽ざ? | 11011011101001011110010010110100101010101011011000111111 | dba5e4b4aab63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)