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 | 遙??烏? | 11101010101000010011111100111111100010010100011100111111 | eaa13f3f89473f |
EUC-JP | 遙??烏? | 11110100101000110011111100111111101100011010100000111111 | f4a33f3fb1a83f |
UTF-8 | 遙삥눟烏룬 | 111010011000000110011001111011001000001010100101111010111000100010011111111001111000001110001111111010111010001110101100 | e98199ec82a5eb889fe7838feba3ac |
UHC | 遙삥눟烏룬 | 11101001101010111011101111100110100001111011011111101000101000011011011111101001 | e9abbbe687b7e8a1b7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)