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 | çκú | 11100111100101101001000111001110101110101111101010100000 | e79691cebafaa0 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ç??κú? | 100011111010101110101110001111110011111110001111101010101100001010001111101000101110101110001111101010111110001000111111 | 8fabae3f3f8faac28fa2eb8fabe23f |
UTF-8 | çκú | 1100001110100111110000101001011011000010100100011100001110001110110000101011101011000011101110101100001010100000 | c3a7c296c291c38ec2bac3bac2a0 |
UHC | ????º?? | 0011111100111111001111110011111110101000101011000011111100111111 | 3f3f3f3fa8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)