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 | 螂幄ュ溽 | 11100101101001011001101111101000101011011001111111100111 | e5a59be8ad9fe7 |
EUC-JP | 螂幄ュ溽 | 1110101010100111110101101110101010001110101011011101111011101001 | eaa7d6ea8eaddee9 |
UTF-8 | 螂幄ュ溽 | 111010001001111010000010111001011011100110000100111011111011110110101101111001101011101010111101 | e89e82e5b984efbdade6babd |
UHC | 螂幄?? | 110101011100110011100100110000010011111100111111 | d5cce4c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)