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 | ?懶訂? | 001111111001110011101111100100101111100100111111 | 3f9cef92f93f |
EUC-JP | ?懶訂? | 001111111101100011110001110001001111101100111111 | 3fd8f1c4fb3f |
UTF-8 | 暈懶訂뤉 | 111011111010011110000101111001101000011110110110111010001010100010000010111010111010010010001001 | efa785e687b6e8a882eba489 |
UHC | 暈懶訂뤉 | 1110100111110111110101001111101111101111111101001000111110111001 | e9f7d4fbeff48fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)