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 | 髣夜㍽縺 | 1110100110010111100101101110100110000111100011101110001110000001 | e99796e9878ee381 |
EUC-JP | 髣夜?縺 | 11110001111101111100110011101011001111111110010111100001 | f1f7cceb3fe5e1 |
UTF-8 | 髣夜㍽縺 | 111010011010101110100011111001011010010010011100111000111000110110111101111001111011100010111010 | e9aba3e5a49ce38dbde7b8ba |
UHC | ?夜?? | 0011111111100101101010000011111100111111 | 3fe5a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)