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 | 譴捺弊蟠 | 1110011010100010100100111110011010010101101111101110010110110100 | e6a293e695bee5b4 |
EUC-JP | 譴捺弊蟠 | 1110110010100100110001101110100011001010110000001110101010110110 | eca4c6e8cac0eab6 |
UTF-8 | 譴捺弊蟠 | 111010001010110110110100111001101000110110111010111001011011110010001010111010001001111110100000 | e8adb4e68dbae5bc8ae89fa0 |
UHC | 譴捺弊蟠 | 1100110010111001110100011111010011111000110010011101101011110110 | ccb9d1f4f8c9daf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)