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 | 灼尺治斜 | 1000111011011100100011101101101010001110101000011000111011001110 | 8edc8eda8ea18ece |
EUC-JP | 灼尺治斜 | 1011110011011110101111001101110010111100101000111011110011010000 | bcdebcdcbca3bcd0 |
UTF-8 | 灼尺治斜 | 111001111000000110111100111001011011000010111010111001101011001010111011111001101001011010011100 | e781bce5b0bae6b2bbe6969c |
UHC | 灼尺治斜 | 1110110111000111111101001010100111110110101111011101111011011000 | edc7f4a9f6bdded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)