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 | 迥∫伯遲 | 1110011110001010100000011110011110010100100011001110011110101101 | e78a81e7948ce7ad |
EUC-JP | 迥∫伯遲 | 1110110111101010101000101110100111000111111011001110111010101111 | edeaa2e9c7eceeaf |
UTF-8 | 迥∫伯遲 | 111010001011111110100101111000101000100010101011111001001011110010101111111010011000000110110010 | e8bfa5e288abe4bcafe981b2 |
UHC | ?∫伯遲 | 00111111101000011111001011011011110101111111001011000000 | 3fa1f2dbd7f2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)