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 | 羶級就莢 | 1110001110111101100010111000100110001111010000011110010010110000 | e3bd8b898f41e4b0 |
EUC-JP | 羶級就莢 | 1110011010111111101101011110100110111101101000101110100010110010 | e6bfb5e9bda2e8b2 |
UTF-8 | 羶級就莢 | 111001111011111010110110111001111011010010011010111001011011000010110001111010001000111010100010 | e7beb6e7b49ae5b0b1e88ea2 |
UHC | ?級就莢 | 00111111110100001110010011110110101001101111101011111000 | 3fd0e4f6a6faf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)