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 | 邂?縞棒??^ | 11100111101011100011111110001110110010001001011001011111001111110011111101011110 | e7ae3f8ec8965f3f3f5e |
EUC-JP | 邂?縞棒??^ | 11101110101100000011111110111100110010101100101111000000001111110011111101011110 | eeb03fbccacbc03f3f5e |
UTF-8 | 邂렱縞棒렡렢^ | 11101001100000101000001011101011101000001011000111100111101110001001111011100110101000111001001011101011101000001010000111101011101000001010001001011110 | e98282eba0b1e7b89ee6a392eba0a1eba0a25e |
UHC | 邂렱縞棒렡렢^ | 11111010101100111000111010111110111110111101011011011100111010101000111010110010100011101011001101011110 | fab38ebefbd6dcea8eb28eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)