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³«Z¢ | 10010010010001001001000110110011100100011010101110010010010110101001000110100010 | 924491b391ab925a91a2 |
SJIS-WIN | ?D?????Z?¢ | 0011111101000100001111110011111100111111001111110011111101011010001111111000000110010001 | 3f443f3f3f3f3f5a3f8191 |
EUC-JP | ?D?????Z?¢ | 0011111101000100001111110011111100111111001111110011111101011010001111111010000111110001 | 3f443f3f3f3f3f5a3fa1f1 |
UTF-8 | D³«Z¢ | 110000101001001001000100110000101001000111000010101100111100001010010001110000101010101111000010100100100101101011000010100100011100001010100010 | c29244c291c2b3c291c2abc2925ac291c2a2 |
UHC | ?D?³???Z?? | 0011111101000100001111111010100111111000001111110011111100111111010110100011111100111111 | 3f443fa9f83f3f3f5a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)