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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ⅷセ鋓コ粢 | 1111101001000111101111101111101111010110101110101110001011100101 | fa47befbd6bae2e5 |
EUC-JP | ?セ鋓コ粢 | 00111111100011101011111010001111111001001011111110001110101110101110010011100111 | 3f8ebe8fe4bf8ebae4e7 |
UTF-8 | ⅷセ鋓コ粢 | 111000101000010110110111111011111011110110111110111010011000101110010011111011111011110110111010111001111011001010100010 | e285b7efbdbee98b93efbdbae7b2a2 |
UHC | ⅷ???? | 101001011010100000111111001111110011111100111111 | a5a83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)