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 | 鴦??? | 1110100111110001001111110011111100111111 | e9f13f3f3f |
EUC-JP | 鴦??? | 1111001011110011001111110011111100111111 | f2f33f3f3f |
UTF-8 | 鴦볥떫溜 | 111010011011010010100110111010111011001110100101111010111001011010101011111011111010011110001011 | e9b4a6ebb3a5eb96abefa78b |
UHC | 鴦볥떫溜 | 1110010011101100100100111110101110110110101101011110101011111110 | e4ec93ebb6b5eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)