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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 秧???η? | 1110001001011110001111110011111100111111100000111100010100111111 | e25e3f3f3f83c53f |
EUC-JP | 秧??馹η? | 11100011101111110011111100111111100011111110100110100001101001101100011100111111 | e3bf3f3f8fe9a1a6c73f |
UTF-8 | 秧덈떯馹η땟 | 1110011110100111101001111110101110001101100010001110101110010110101011111110100110100110101110011100111010110111111010111001010110011111 | e7a7a7eb8d88eb96afe9a6b9ceb7eb959f |
UHC | 秧덈떯馹η땟 | 111001001110101110001000111010111000101110111111111011001111000110100101111001111011011010101101 | e4eb88eb8bbfecf1a5e7b6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)