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 | 癲??攸??^ | 111000011001111100111111001111111001110110111111001111110011111101011110 | e19f3f3f9dbf3f3f5e |
EUC-JP | 癲??攸??^ | 111000101010000100111111001111111101101011000001001111110011111101011110 | e2a13f3fdac13f3f5e |
UTF-8 | 癲뗣깙攸낃틬^ | 11100111100110011011001011101011100101111010001111101010101110011001100111100110100101001011100011101011100000101000001111101101100010111010110001011110 | e799b2eb97a3eab999e694b8eb8283ed8bac5e |
UHC | 癲뗣깙攸낃틬^ | 11101111101001101000101111100011100000111001000111101010111100101000010111101010101110101001011001011110 | efa68be38391eaf285eaba965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)