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 | 邑?制甲 | 10010111010101110011111110010000101001111000110101100010 | 97573f90a78d62 |
EUC-JP | 邑?制甲 | 11001101101110000011111111000000101010011011100111000011 | cdb83fc0a9b9c3 |
UTF-8 | 邑렯制甲 | 111010011000001010010001111010111010000010101111111001011000100010110110111001111001010010110010 | e98291eba0afe588b6e794b2 |
UHC | 邑렯制甲 | 1110101111101001100011101011110011110000101001001100101110100011 | ebe98ebcf0a4cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)