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 | ????· | 0011111100111111001111110011111110110111 | 3f3f3f3fb7 |
SJIS-WIN | ??民?? | 001111110011111110010110101011110011111100111111 | 3f3f96af3f3f |
EUC-JP | ??民?? | 001111110011111111001100101100010011111100111111 | 3f3fccb13f3f |
UTF-8 | 렻┙民┙· | 1110101110100000101110111110001010010100100110011110011010110000100100011110001010010100100110011100001010110111 | eba0bbe29499e6b091e29499c2b7 |
UHC | 렻┙民┙· | 10001110110000111010011011000100110110101100010110100110110001001010000110100100 | 8ec3a6c4dac5a6c4a1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)