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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 俑??溢? | 10011000110110100011111100111111100010001110110000111111 | 98da3f3f88ec3f |
EUC-JP | 俑??溢? | 11010000110111000011111100111111101100001110111000111111 | d0dc3f3fb0ee3f |
UTF-8 | 俑앹빃溢퀯 | 111001001011111110010001111011001001010110111001111010111011100110000011111001101011101010100010111011011000000010101111 | e4bf91ec95b9ebb983e6baa2ed80af |
UHC | 俑앹빃溢퀯 | 11101001101101011001110111101100100101011010110011101100111011101011010001000010 | e9b59dec95aceceeb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)