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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葉??巡 | 100101110111010000111111001111111000111110000100 | 97743f3f8f84 |
EUC-JP | 葉??巡 | 110011011101010100111111001111111011110111100100 | cdd53f3fbde4 |
UTF-8 | 葉쒐슀巡 | 111010001001000110001001111011001001001010010000111011001000101010000000111001011011011110100001 | e89189ec9290ec8a80e5b7a1 |
UHC | 葉쒐슀巡 | 1110011110101000100111001110011110011010100100111110001011011110 | e7a89ce79a93e2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)