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 | 矣?睹?胎 | 1110000111100001001111111110000111001111001111111001000111011001 | e1e13fe1cf3f91d9 |
EUC-JP | 矣?睹?胎 | 1110001011100011001111111110001011010001001111111100001011011011 | e2e33fe2d13fc2db |
UTF-8 | 矣편睹뤈胎 | 111001111001111110100011111011011000111010111000111001111001110110111001111010111010010010001000111010001000001110001110 | e79fa3ed8eb8e79db9eba488e8838e |
UHC | 矣편睹뤈胎 | 11101011111110001100011011101101110101001010100110001111101110001111011111000011 | ebf8c6edd4a98fb8f7c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)