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 | 邪磁霆邪 | 1000111011010111100011101010010111101000101110111000111011010111 | 8ed78ea5e8bb8ed7 |
EUC-JP | 邪磁霆邪 | 1011110011011001101111001010011111110000101111011011110011011001 | bcd9bca7f0bdbcd9 |
UTF-8 | 邪磁霆邪 | 111010011000001010101010111001111010001110000001111010011001110010000110111010011000001010101010 | e982aae7a381e99c86e982aa |
UHC | 邪磁霆邪 | 1101111011110111111011011011100011101111111111011101111011110111 | def7edb8effddef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)