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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 許?W}許?W{^ | 1000101110010110001111110101011101111101100010111001011000111111010101110111101101011110 | 8b963f577d8b963f577b5e |
EUC-JP | 許?W}許?W{^ | 1011010111110110001111110101011101111101101101011111011000111111010101110111101101011110 | b5f63f577db5f63f577b5e |
UTF-8 | 許욾W}許욾W{^ | 1110100010101000101100011110110010011010101111100101011101111101111010001010100010110001111011001001101010111110010101110111101101011110 | e8a8b1ec9abe577de8a8b1ec9abe577b5e |
UHC | 許욾W}許욾W{^ | 11111010110010011001111101010000010101110111110111111010110010011001111101010000010101110111101101011110 | fac99f50577dfac99f50577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)