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 | 葬?裝耕潔 | 100100011001001000111111111001011110010010001101011010111000110010001001 | 91923fe5e48d6b8c89 |
EUC-JP | 葬?裝耕潔 | 110000011111001000111111111010101110011010111001110011001011011111101001 | c1f23feae6b9ccb7e9 |
UTF-8 | 葬렱裝耕潔 | 111010001001000110101100111010111010000010110001111010001010001110011101111010001000000010010101111001101011110110010100 | e891aceba0b1e8a39de88095e6bd94 |
UHC | 葬렱裝耕潔 | 11101101111101111000111010111110111011011111101111001100111010011100110010111110 | edf78ebeedfbcce9ccbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)