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 | 髣疲焔隧 | 1110100110010111100101001110011010001001100010111110100010101001 | e99794e6898be8a9 |
EUC-JP | 髣疲焔隧 | 1111000111110111110010001110100010110001111010111111000010101011 | f1f7c8e8b1ebf0ab |
UTF-8 | 髣疲焔隧 | 111010011010101110100011111001111001011010110010111001111000010010010100111010011001101010100111 | e9aba3e796b2e78494e99aa7 |
UHC | ?疲?隧 | 001111111111100110101010001111111110001011001010 | 3ff9aa3fe2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)