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 | 葉???? | 100101110111010000111111001111110011111100111111 | 97743f3f3f3f |
EUC-JP | 葉??倻? | 1100110111010101001111110011111110001111101100011111011000111111 | cdd53f3f8fb1f63f |
UTF-8 | 葉룟큾倻툫 | 111010001001000110001001111010111010001110011111111011011000000110111110111001011000000010111011111011011000100010101011 | e89189eba39fed81bee580bbed88ab |
UHC | 葉룟큾倻툫 | 11100111101010001011011111100101101101001000101111100101101001101011100101000010 | e7a8b7e5b48be5a6b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)