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 | 鞳梧万魴 | 1110100011100011100011001110011010010110100111001110100110110101 | e8e38ce6969ce9b5 |
EUC-JP | 鞳梧万魴 | 1111000011100101101110001110100011001011111111001111001010110111 | f0e5b8e8cbfcf2b7 |
UTF-8 | 鞳梧万魴 | 111010011001111010110011111001101010001010100111111001001011100010000111111010011010110110110100 | e99eb3e6a2a7e4b887e9adb4 |
UHC | ?梧万? | 001111111110011111111100110110001011001000111111 | 3fe7fcd8b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)