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 | 闇λ?? | 100010001100010110000011110010010011111100111111 | 88c583c93f3f |
EUC-JP | 闇λ?? | 101100001100011110100110110010110011111100111111 | b0c7a6cb3f3f |
UTF-8 | 闇λ슚杻 | 1110100110010111100001111100111010111011111011001000101010011010111011111010011110001000 | e99787cebbec8a9aefa788 |
UHC | 闇λ슚杻 | 1110010011100001101001011110101110011010101010001110101011110100 | e4e1a5eb9aa8eaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)