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 | 濶ェ豐ソ譴「^ | 11101000100010011010101011100110101100101011111111100110101000101010001001011110 | e889aae6b2bfe6a2a25e |
EUC-JP | 濶ェ豐ソ譴「^ | 11101111111010011000111010101010111011001011010010001110101111111110110010100100100011101010001001011110 | efe98eaaecb48ebfeca48ea25e |
UTF-8 | 濶ェ豐ソ譴「^ | 11100110101111111011011011101111101111011010101011101000101100011001000011101111101111011011111111101000101011011011010011101111101111011010001001011110 | e6bfb6efbdaae8b190efbdbfe8adb4efbda25e |
UHC | ????譴?^ | 0011111100111111001111110011111111001100101110010011111101011110 | 3f3f3f3fccb93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)