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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 烏??誼?? | 1000100101000111001111110011111110001011011000100011111100111111 | 89473f3f8b623f3f |
EUC-JP | 烏??誼?? | 1011000110101000001111110011111110110101110000110011111100111111 | b1a83f3fb5c33f3f |
UTF-8 | 烏띾슢誼욘에 | 111001111000001110001111111010111001110110111110111011001000101010100010111010001010101010111100111011001001101010011000111011001001011110010000 | e7838feb9dbeec8aa2e8aabcec9a98ec9790 |
UHC | 烏띾슢誼욘에 | 111010001010000110001101111010111001101010101110111010111111111010111111111001101011111110100001 | e8a18deb9aaeebfebfe6bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)