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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??凡???? | 0011111100111111100101100111110100111111001111110011111100111111 | 3f3f967d3f3f3f3f |
EUC-JP | ??凡???? | 0011111100111111110010111101111000111111001111110011111100111111 | 3f3fcbde3f3f3f3f |
UTF-8 | 뤵퓥凡푹렑씔롖 | 111010111010010010110101111011011001001110100101111001011000011110100001111011011001000110111001111010111010000010010001111011001001010010010100111010111010000110010110 | eba4b5ed93a5e587a1ed91b9eba091ec9494eba196 |
UHC | 뤵퓥凡푹렑씔롖 | 1000111111100011101111111000111011011011111011011100011110101011100011101010011010111110101111001000111011011010 | 8fe3bf8edbedc7ab8ea6bebc8eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)