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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???爰?^ | 00111111001111110011111111100000101001110011111101011110 | 3f3f3fe0a73f5e |
EUC-JP | ??Ŋ爰?^ | 001111110011111110001111101010011010101111100000101010010011111101011110 | 3f3f8fa9abe0a93f5e |
UTF-8 | 料곕Ŋ爰뢥^ | 111011111010011010111110111010101011001110010101110001011000101011100111100010001011000011101011101000101010010101011110 | efa6beeab395c58ae788b0eba2a55e |
UHC | 料곕Ŋ爰뢥^ | 1110100011110111101100001110101110101000101011111110101010111010100011110110011001011110 | e8f7b0eba8afeaba8f665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)