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 | 韲疼}韲疼{^ | 1110100011101100111000010111010101111101111010001110110011100001011101010111101101011110 | e8ece1757de8ece1757b5e |
EUC-JP | 韲疼}韲疼{^ | 1111000011101110111000011101011001111101111100001110111011100001110101100111101101011110 | f0eee1d67df0eee1d67b5e |
UTF-8 | 韲疼}韲疼{^ | 111010011001111110110010111001111001011010111100011111011110100110011111101100101110011110010110101111000111101101011110 | e99fb2e796bc7de99fb2e796bc7b5e |
UHC | ?疼}?疼{^ | 001111111101010011011001011111010011111111010100110110010111101101011110 | 3fd4d97d3fd4d97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)