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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??寓??寓^ | 001111110011111110001011111101010011111100111111100010111111010101011110 | 3f3f8bf53f3f8bf55e |
EUC-JP | ??寓??寓^ | 001111110011111110110110111101110011111100111111101101101111011101011110 | 3f3fb6f73f3fb6f75e |
UTF-8 | 흙뤖寓흙뤖寓^ | 11101101100111011001100111101011101001001001011011100101101011111001001111101101100111011001100111101011101001001001011011100101101011111001001101011110 | ed9d99eba496e5af93ed9d99eba496e5af935e |
UHC | 흙뤖寓흙뤖寓^ | 11001000111010111000111111000110111010011101010111001000111010111000111111000110111010011101010101011110 | c8eb8fc6e9d5c8eb8fc6e9d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)