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 | D ¹Y¢ | 10010010010001001001000110100000100100011011100110010010010110011001000110100010 | 924491a091b9925991a2 |
SJIS-WIN | ?D?????Y?¢ | 0011111101000100001111110011111100111111001111110011111101011001001111111000000110010001 | 3f443f3f3f3f3f593f8191 |
EUC-JP | ?D?????Y?¢ | 0011111101000100001111110011111100111111001111110011111101011001001111111010000111110001 | 3f443f3f3f3f3f593fa1f1 |
UTF-8 | D ¹Y¢ | 110000101001001001000100110000101001000111000010101000001100001010010001110000101011100111000010100100100101100111000010100100011100001010100010 | c29244c291c2a0c291c2b9c29259c291c2a2 |
UHC | ?D???¹?Y?? | 0011111101000100001111110011111100111111101010011111011000111111010110010011111100111111 | 3f443f3f3fa9f63f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)