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 | ?暴k膾 | 00111111100101100101110010000010100010111110010001011001 | 3f965c828be459 |
EUC-JP | ?暴k膾 | 00111111110010111011110110100011111010111110011110111010 | 3fcbbda3ebe7ba |
UTF-8 | 뤋暴k膾 | 111010111010010010001011111001101001101010110100111011111011110110001011111010001000011010111110 | eba48be69ab4efbd8be886be |
UHC | 뤋暴k膾 | 1000111110111011111110001110110010100011111010111111110011101100 | 8fbbf8eca3ebfcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)