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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???二? | 001111110011111100111111100100111111000100111111 | 3f3f3f93f13f |
EUC-JP | ??ł二? | 0011111100111111100011111010100111001000110001101111001100111111 | 3f3f8fa9c8c6f33f |
UTF-8 | 令⑸ł二쬑 | 1110111110100110101010001110001010010001101110001100010110000010111001001011101010001100111011001010110010010001 | efa6a8e291b8c582e4ba8cecac91 |
UHC | 令⑸ł二쬑 | 11100111101010011010100111101011101010011010100111101100101000111010011101000110 | e7a9a9eba9a9eca3a746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)