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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 烏??映? | 10001001010001110011111100111111100010010110011000111111 | 89473f3f89663f |
EUC-JP | 烏??映? | 10110001101010000011111100111111101100011100011100111111 | b1a83f3fb1c73f |
UTF-8 | 烏믥르映쳿 | 111001111000001110001111111010111010111110100101111010111010010110110100111001101001100010100000111011001011001110111111 | e7838febafa5eba5b4e698a0ecb3bf |
UHC | 烏믥르映쳿 | 11101000101000011001001011100111101110001010001111100111101100011010110001000010 | e8a192e7b8a3e7b1ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)