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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鐔緒終羚 | 1110100001011100100011111000111110001111010010011110001110110111 | e85c8f8f8f49e3b7 |
EUC-JP | 鐔緒終羚 | 1110111110111101101111011110111110111101101010101110011010111001 | efbdbdefbdaae6b9 |
UTF-8 | 鐔緒終羚 | 111010011001000010010100111001111011011110010010111001111011010110000010111001111011111010011010 | e99094e7b792e7b582e7be9a |
UHC | ??終羚 | 001111110011111111110000111110111101011010111110 | 3f3ff0fbd6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)