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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 迪憺ョ鈴揶G | 11100111100011001001110011101001101011101001011111101001100111011000100001000111 | e78c9ce9ae97e99d8847 |
EUC-JP | 迪憺ョ鈴揶G | 1110110111101100110110001110101110001110101011101100111011101011110110011110100001000111 | edecd8eb8eaeceebd9e847 |
UTF-8 | 迪憺ョ鈴揶G | 11101000101111111010101011100110100001101011101011101111101111011010111011101001100010001011010011100110100011111011011001000111 | e8bfaae686baefbdaee988b4e68fb647 |
UHC | 迪憺?鈴揶G | 11101110111010001101001110111100001111111101011011000010111001011010101001000111 | eee8d3bc3fd6c2e5aa47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)