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 | 屍若?聖 | 10001110011100101000111011100001001111111001000010111001 | 8e728ee13f90b9 |
EUC-JP | 屍若?聖 | 10111011110100111011110011100011001111111100000010111011 | bbd3bce33fc0bb |
UTF-8 | 屍若하聖 | 111001011011000110001101111010001000101110100101111011011001010110011000111010001000000110010110 | e5b18de88ba5ed9598e88196 |
UHC | 屍若하聖 | 1110001110111011111001011011010011000111110011111110000110100001 | e3bbe5b4c7cfe1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)