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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 始??始? | 10001110011011100011111100111111100011100110111000111111 | 8e6e3f3f8e6e3f |
EUC-JP | 始??始? | 10111011110011110011111100111111101110111100111100111111 | bbcf3f3fbbcf3f |
UTF-8 | 始릣댏始릦 | 111001011010011110001011111010111010011010100011111010111000110010001111111001011010011110001011111010111010011010100110 | e5a78beba6a3eb8c8fe5a78beba6a6 |
UHC | 始릣댏始릦 | 11100011101101111001000010000101100010001011100011100011101101111001000010001000 | e3b7908588b8e3b79088 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)