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 | 顋削揄邨 | 1110100011111001100011011110110110011101100010011110011110110101 | e8f98ded9d89e7b5 |
EUC-JP | 顋削揄邨 | 1111000011111011101110101110111111011001111010011110111010110111 | f0fbbaefd9e9eeb7 |
UTF-8 | 顋削揄邨 | 111010011010000110001011111001011000100110001010111001101000111110000100111010011000001010101000 | e9a18be5898ae68f84e982a8 |
UHC | ?削揄邨 | 00111111110111101111101111101010111100011111010110111110 | 3fdefbeaf1f5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)