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 | ?馴??門 | 00111111100100111110100100111111001111111001011011100101 | 3f93e93f3f96e5 |
EUC-JP | ?馴??門 | 00111111110001101110101100111111001111111100110011100111 | 3fc6eb3f3fcce7 |
UTF-8 | 롒馴롈뤾門 | 111010111010000110010010111010011010011010110100111010111010000110001000111010111010010010111110111010011001011010000000 | eba192e9a6b4eba188eba4bee99680 |
UHC | 롒馴롈뤾門 | 10001110110101111110001011111000100011101100111010001111111010101101101010100110 | 8ed7e2f88ece8feadaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)