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 | 擾↓?節? | 1000111111101111100000011010101100111111100100001101111100111111 | 8fef81ab3f90df3f |
EUC-JP | 擾↓?節? | 1011111011110001101000101010110100111111110000001110000100111111 | bef1a2ad3fc0e13f |
UTF-8 | 擾↓뜈節ⓩ | 111001101001001110111110111000101000011010010011111010111001110010001000111001111010111110000000111000101001001110101001 | e693bee28693eb9c88e7af80e293a9 |
UHC | 擾↓뜈節ⓩ | 11101000111101101010000111101001100011011000101111101111101111011010100011100110 | e8f6a1e98d8befbda8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)