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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闇λ?泣?? | 100010001100010110000011110010010011111110001011100000110011111100111111 | 88c583c93f8b833f3f |
EUC-JP | 闇λ?泣?? | 101100001100011110100110110010110011111110110101111000110011111100111111 | b0c7a6cb3fb5e33f3f |
UTF-8 | 闇λ툦泣닻댖 | 1110100110010111100001111100111010111011111011011000100010100110111001101011001110100011111010111000101110111011111010111000110010010110 | e99787cebbed88a6e6b3a3eb8bbbeb8c96 |
UHC | 闇λ툦泣닻댖 | 111001001110000110100101111010111011100010011101111010111110100010110100111010011000100010111010 | e4e1a5ebb89debe8b4e988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)