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 | ??V}??V{^ | 001111110011111101010110011111010011111100111111010101100111101101011110 | 3f3f567d3f3f567b5e |
SJIS-WIN | 葬?V}葬?V{^ | 1001000110010010001111110101011001111101100100011001001000111111010101100111101101011110 | 91923f567d91923f567b5e |
EUC-JP | 葬?V}葬?V{^ | 1100000111110010001111110101011001111101110000011111001000111111010101100111101101011110 | c1f23f567dc1f23f567b5e |
UTF-8 | 葬렱V}葬렱V{^ | 1110100010010001101011001110101110100000101100010101011001111101111010001001000110101100111010111010000010110001010101100111101101011110 | e891aceba0b1567de891aceba0b1567b5e |
UHC | 葬렱V}葬렱V{^ | 11101101111101111000111010111110010101100111110111101101111101111000111010111110010101100111101101011110 | edf78ebe567dedf78ebe567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)