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 | 飮?秧? | 100111110101101000111111111000100101111000111111 | 9f5a3fe25e3f |
EUC-JP | 飮?秧? | 110111011011101100111111111000111011111100111111 | ddbb3fe3bf3f |
UTF-8 | 飮텱秧쭲 | 111010011010001110101110111011011000010110110001111001111010011110100111111011001010110110110010 | e9a3aeed85b1e7a7a7ecadb2 |
UHC | 飮텱秧쭲 | 1110101111100110101101110100010011100100111010111010100001000110 | ebe6b744e4eba846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)