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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 迺「迯サ薰抑B | 1110011110010010101000101110011110001101101110111111101110011110100101110111110101000010 | e792a2e78dbbfb9e977d42 |
EUC-JP | 迺「迯サ?抑B | 111011011111001010001110101000101110110111101101100011101011101100111111110011011101111001000010 | edf28ea2eded8ebb3fcdde42 |
UTF-8 | 迺「迯サ薰抑B | 11101000101111111011101011101111101111011010001011101000101111111010111111101111101111011011101111101000100101101011000011100110100010101001000101000010 | e8bfbaefbda2e8bfafefbdbbe896b0e68a9142 |
UHC | ????薰抑B | 001111110011111100111111001111111111110110111001111001011110010001000010 | 3f3f3f3ffdb9e5e442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)