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 | 〓????∵ | 1000000110101100001111110011111100111111001111111000000111100110 | 81ac3f3f3f3f81e6 |
EUC-JP | 〓????∵ | 1010001010101110001111110011111100111111001111111010001011101000 | a2ae3f3f3f3fa2e8 |
UTF-8 | 〓룵끗룶끗∵ | 111000111000000010010011111010111010001110110101111010111000000110010111111010111010001110110110111010111000000110010111111000101000100010110101 | e38093eba3b5eb8197eba3b6eb8197e288b5 |
UHC | 〓룵끗룶끗∵ | 101000011110101110001111101010101011001011111101100011111010101110110010111111011010000111110001 | a1eb8faab2fd8fabb2fda1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)