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 | 闇λ?眷? | 1000100011000101100000111100100100111111111000011100010100111111 | 88c583c93fe1c53f |
EUC-JP | 闇λ?眷? | 1011000011000111101001101100101100111111111000101100011100111111 | b0c7a6cb3fe2c73f |
UTF-8 | 闇λㅇ眷了 | 1110100110010111100001111100111010111011111000111000010110000111111001111001110010110111111011111010011010111010 | e99787cebbe38587e79cb7efa6ba |
UHC | 闇λㅇ眷了 | 11100100111000011010010111101011101001001011011111001111111011111110100011100111 | e4e1a5eba4b7cfefe8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)