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 | 邪鴫赦辞 | 1000111011010111100011101011000010001110110011011000111010101011 | 8ed78eb08ecd8eab |
EUC-JP | 邪鴫赦辞 | 1011110011011001101111001011001010111100110011111011110010101101 | bcd9bcb2bccfbcad |
UTF-8 | 邪鴫赦辞 | 111010011000001010101010111010011011010010101011111010001011010110100110111010001011111010011110 | e982aae9b4abe8b5a6e8be9e |
UHC | 邪?赦? | 110111101111011100111111110111101111010100111111 | def73fdef53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)