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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 窩瘢? | 1110001001111100111000011000110100111111 | e27ce18d3f |
EUC-JP | 窩瘢? | 1110001111011101111000011110110100111111 | e3dde1ed3f |
UTF-8 | 窩瘢셉 | 111001111010101010101001111001111001100010100010111011001000010110001001 | e7aaa9e798a2ec8589 |
UHC | 窩瘢셉 | 111010001100000011011010111011101011110011000001 | e8c0daeebcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)