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 | ?!麝??狗 | 001111111000000101001001111010100110110000111111001111111000101111100111 | 3f8149ea6c3f3f8be7 |
EUC-JP | ?!麝??狗 | 001111111010000110101010111100111100110100111111001111111011011011101001 | 3fa1aaf3cd3f3fb6e9 |
UTF-8 | 룶!麝퐝룵狗 | 111010111010001110110110111011111011110010000001111010011011101010011101111011011001000010011101111010111010001110110101111001111000101110010111 | eba3b6efbc81e9ba9ded909deba3b5e78b97 |
UHC | 룶!麝퐝룵狗 | 100011111010101110100011101000011101111011111010110001111010001010001111101010101100111110110111 | 8faba3a1defac7a28faacfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)