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 | 鴦???? | 111010011111000100111111001111110011111100111111 | e9f13f3f3f3f |
EUC-JP | 鴦???? | 111100101111001100111111001111110011111100111111 | f2f33f3f3f3f |
UTF-8 | 鴦볛뮫溜딟 | 111010011011010010100110111010111011001110011011111010111010111010101011111011111010011110001011111010111001010010011111 | e9b4a6ebb39bebaeabefa78beb949f |
UHC | 鴦볛뮫溜딟 | 11100100111011001001001111100010100100101011010111101010111111101000101101000010 | e4ec93e292b5eafe8b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)