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 | ??德?承? | 0011111100111111111110101011101000111111100011111011001100111111 | 3f3ffaba3f8fb33f |
EUC-JP | ????承? | 00111111001111110011111100111111101111101011010100111111 | 3f3f3f3fbeb53f |
UTF-8 | 씽뤦德횕承롙 | 111011001001010010111101111010111010010010100110111001011011111010110111111011011001101010010101111001101000100110111111111010111010000110011001 | ec94bdeba4a6e5beb7ed9a95e689bfeba199 |
UHC | 씽뤦德횕承롙 | 101111101100010110001111110101001101001111101100110000111000111111100011101011111000111011011101 | bec58fd4d3ecc38fe3af8edd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)