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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?乍}?乍{^ | 001111111001001111100001011111010011111110010011111000010111101101011110 | 3f93e17d3f93e17b5e |
EUC-JP | ?乍}?乍{^ | 001111111100011011100011011111010011111111000110111000110111101101011110 | 3fc6e37d3fc6e37b5e |
UTF-8 | 껨乍}껨乍{^ | 111010101011101110101000111001001011100110001101011111011110101010111011101010001110010010111001100011010111101101011110 | eabba8e4b98d7deabba8e4b98d7b5e |
UHC | 껨乍}껨乍{^ | 1011001010110101110111101011111101111101101100101011010111011110101111110111101101011110 | b2b5debf7db2b5debf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)