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 | 闇λ?揖? | 1000100011000101100000111100100100111111100101110100101100111111 | 88c583c93f974b3f |
EUC-JP | 闇λ?揖? | 1011000011000111101001101100101100111111110011011010110000111111 | b0c7a6cb3fcdac3f |
UTF-8 | 闇λ툦揖늟 | 1110100110010111100001111100111010111011111011011000100010100110111001101000111110010110111010111000101010011111 | e99787cebbed88a6e68f96eb8a9f |
UHC | 闇λ툦揖늟 | 11100100111000011010010111101011101110001001110111101011111001111000100001101011 | e4e1a5ebb89debe7886b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)