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 | 逕灘ケ殄 | 11100111100101001001001111100101101110011001111101101000 | e79493e5b99f68 |
EUC-JP | 逕灘ケ殄 | 1110110111110100110001101110011110001110101110011101110111001001 | edf4c6e78eb9ddc9 |
UTF-8 | 逕灘ケ殄 | 111010011000000010010101111001111000000110011000111011111011110110111001111001101010111010000100 | e98095e78198efbdb9e6ae84 |
UHC | 逕灘?殄 | 11001100111011111111011110101000001111111111001011001111 | cceff7a83ff2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)