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 | 荳ュ逧狩ー・ | 111001001011100010101101111001111001101010001110111010111011000010100101 | e4b8ade79a8eebb0a5 |
EUC-JP | 荳ュ逧狩ー・ | 111010001011101010001110101011011110110111111010101111001110110110001110101100001000111010100101 | e8ba8eadedfabced8eb08ea5 |
UTF-8 | 荳ュ逧狩ー・ | 111010001000110110110011111011111011110110101101111010011000000010100111111001111000101110101001111011111011110110110000111011111011110110100101 | e88db3efbdade980a7e78ba9efbdb0efbda5 |
UHC | 荳??狩?? | 1101010011100101001111110011111111100010101011010011111100111111 | d4e53f3fe2ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)