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 | ???菖? | 001111110011111100111111100011111101001000111111 | 3f3f3f8fd23f |
EUC-JP | ???菖? | 001111110011111100111111101111101101010000111111 | 3f3f3fbed43f |
UTF-8 | 앍렢렎菖렪 | 111011001001010110001101111010111010000010100010111010111010000010001110111010001000111110010110111010111010000010101010 | ec958deba0a2eba08ee88f96eba0aa |
UHC | 앍렢렎菖렪 | 10111110110011001000111010110011100011101010010011110011111011101000111010111000 | becc8eb38ea4f3ee8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)