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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 梓?? | 10001000101100100011111100111111 | 88b23f3f |
EUC-JP | 梓?檉 | 101100001011010000111111100011111100010110111011 | b0b43f8fc5bb |
UTF-8 | 梓렮檉 | 111001101010001010010011111010111010000010101110111001101010101010001001 | e6a293eba0aee6aa89 |
UHC | 梓렮檉 | 111011101010100110001110101110111110111111100000 | eea98ebbefe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)