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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??地??? | 00111111001111111001001001101110001111110011111100111111 | 3f3f926e3f3f3f |
EUC-JP | ??地??? | 00111111001111111100001111001111001111110011111100111111 | 3f3fc3cf3f3f3f |
UTF-8 | 欌렫地렎欌렫 | 111001101010110010001100111010111010000010101011111001011001110010110000111010111010000010001110111001101010110010001100111010111010000010101011 | e6ac8ceba0abe59cb0eba08ee6ac8ceba0ab |
UHC | 欌렫地렎欌렫 | 111011011110101110001110101110011111001010100010100011101010010011101101111010111000111010111001 | edeb8eb9f2a28ea4edeb8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)