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 | 酷??酷??^ | 100011011001001100111111001111111000110110010011001111110011111101011110 | 8d933f3f8d933f3f5e |
EUC-JP | 酷??酷??^ | 101110011111001100111111001111111011100111110011001111110011111101011110 | b9f33f3fb9f33f3f5e |
UTF-8 | 酷롒렿酷롒렿^ | 11101001100001011011011111101011101000011001001011101011101000001011111111101001100001011011011111101011101000011001001011101011101000001011111101011110 | e985b7eba192eba0bfe985b7eba192eba0bf5e |
UHC | 酷롒렿酷롒렿^ | 11111011111001011000111011010111100011101100011111111011111001011000111011010111100011101100011101011110 | fbe58ed78ec7fbe58ed78ec75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)