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 | 胄ょ辱糢 | 1110001111110010100000101110010110010000010010101110001011110101 | e3f282e5904ae2f5 |
EUC-JP | 胄ょ辱糢 | 1110011011110100101001001110011110111111101010111110010011110111 | e6f4a4e7bfabe4f7 |
UTF-8 | 胄ょ辱糢 | 111010001000001110000100111000111000001010000111111010001011111010110001111001111011001110100010 | e88384e38287e8beb1e7b3a2 |
UHC | 胄ょ辱? | 11110001101100001010101011100111111010011011010000111111 | f1b0aae7e9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)