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 | 蹄??蹄??^ | 100100101111101100111111001111111001001011111011001111110011111101011110 | 92fb3f3f92fb3f3f5e |
EUC-JP | 蹄??蹄??^ | 110001001111110100111111001111111100010011111101001111110011111101011110 | c4fd3f3fc4fd3f3f5e |
UTF-8 | 蹄꾀렕蹄꾀렕^ | 11101000101110011000010011101010101111101000000011101011101000001001010111101000101110011000010011101010101111101000000011101011101000001001010101011110 | e8b984eabe80eba095e8b984eabe80eba0955e |
UHC | 蹄꾀렕蹄꾀렕^ | 11110000101101001011001011010010100011101010101011110000101101001011001011010010100011101010101001011110 | f0b4b2d28eaaf0b4b2d28eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)