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 | ìä°»³ | 1110110011100100100011101011000010001111101110111011001110001110 | ece48eb08fbbb38e |
SJIS-WIN | ???°???? | 001111110011111100111111100000011000101100111111001111110011111100111111 | 3f3f3f818b3f3f3f3f |
EUC-JP | ìä?°???? | 10001111101010111100000010001111101010111010001100111111101000011110101100111111001111110011111100111111 | 8fabc08faba33fa1eb3f3f3f3f |
UTF-8 | ìä°»³ | 11000011101011001100001110100100110000101000111011000010101100001100001010001111110000101011101111000010101100111100001010001110 | c3acc3a4c28ec2b0c28fc2bbc2b3c28e |
UHC | ???°??³? | 00111111001111110011111110100001110001100011111100111111101010011111100000111111 | 3f3f3fa1c63f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)