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 | 吾??兀 | 100011001110000100111111001111111001100101011001 | 8ce13f3f9959 |
EUC-JP | 吾??兀 | 101110001110001100111111001111111101000110111010 | b8e33f3fd1ba |
UTF-8 | 吾껇렛兀 | 111001011001000010111110111010101011101110000111111010111010000010011011111001011000010110000000 | e590beeabb87eba09be58580 |
UHC | 吾껇렛兀 | 1110011111101110100000111110100010110111101111111110100010110100 | e7ee83e8b7bfe8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)