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 | ?暴覓德? | 0011111110010110010111001110011001001011111110101011101000111111 | 3f965ce64bfaba3f |
EUC-JP | ?暴覓?? | 00111111110010111011110111101011101011000011111100111111 | 3fcbbdebac3f3f |
UTF-8 | 뤋暴覓德짟 | 111010111010010010001011111001101001101010110100111010001010011010010011111001011011111010110111111011001010011110011111 | eba48be69ab4e8a693e5beb7eca79f |
UHC | 뤋暴覓德짟 | 10001111101110111111100011101100110110001111001011010011111011001010010001000010 | 8fbbf8ecd8f2d3eca442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)