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 | 與?)恙 | 11100100011011110011111110000001011010101001110010011001 | e46f3f816a9c99 |
EUC-JP | 與?)恙 | 11100111110100000011111110100001110010111101011111111001 | e7d03fa1cbd7f9 |
UTF-8 | 與귡)恙 | 111010001000100010000111111010101011011110100001111011111011110010001001111001101000000110011001 | e88887eab7a1efbc89e68199 |
UHC | 與귡)恙 | 1110011010101000100000101110100110100011101010011110010110111111 | e6a882e9a3a9e5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)