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 | 梓?只∴ | 10001000101100100011111110010001111111001000000110001000 | 88b23f91fc8188 |
EUC-JP | 梓?只∴ | 10110000101101000011111111000010111111101010000111101000 | b0b43fc2fea1e8 |
UTF-8 | 梓렟只∴ | 111001101010001010010011111010111010000010011111111001011000111110101010111000101000100010110100 | e6a293eba09fe58faae288b4 |
UHC | 梓렟只∴ | 1110111010101001100011101011000011110001111111101010000111000101 | eea98eb0f1fea1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)