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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 域??泳?? | 1000100011100110001111110011111110001001011010100011111100111111 | 88e63f3f896a3f3f |
EUC-JP | 域??泳?? | 1011000011101000001111110011111110110001110010110011111100111111 | b0e83f3fb1cb3f3f |
UTF-8 | 域⒴끀泳쒏누 | 111001011001111110011111111000101001001010110100111010111000000110000000111001101011001110110011111011001001001010001111111010111000100010000100 | e59f9fe292b4eb8180e6b3b3ec928feb8884 |
UHC | 域⒴끀泳쒏누 | 111001101011010010101001111001011000010110110110111001111011011010011100111001101011010010101001 | e6b4a9e585b6e7b69ce6b4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)